Skip to content

Commit

Permalink
Merge pull request #1841 from hashicorp/prepare-release-0.11.1
Browse files Browse the repository at this point in the history
chore: release 0.11.1
  • Loading branch information
DanielMSchmidt authored Jun 2, 2022
2 parents 1788df6 + 465a9aa commit b00b909
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.11.1

### fix

- fix(cli): Fix package version check on Windows [\#1831](https://github.com/hashicorp/terraform-cdk/pull/1831)
- fix(docs): fix code blocks in "create and deploy" documentation [\#1826](https://github.com/hashicorp/terraform-cdk/pull/1826)
- fix(release): update changelog [\#1824](https://github.com/hashicorp/terraform-cdk/pull/1824)

### chore

- chore(cli): filter usage errors from error reporting [\#1828](https://github.com/hashicorp/terraform-cdk/pull/1828)
- chore: document debug command [\#1812](https://github.com/hashicorp/terraform-cdk/pull/1812)
- chore: add best practice page [\#1790](https://github.com/hashicorp/terraform-cdk/pull/1790)

## 0.11.0

**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.11.0",
"version": "0.11.1",
"private": true,
"scripts": {
"build": "lerna run --scope 'cdktf*' --scope @cdktf/* build",
Expand Down

0 comments on commit b00b909

Please sign in to comment.