Skip to content

Commit

Permalink
chore(release): Update CHANGELOG.md and version to 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm authored and DanielMSchmidt committed Jul 26, 2023
1 parent 350a17d commit a6d2738
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.17.3

### fix

- fix: don't cross package boundaries for templates [\#3029](https://github.com/hashicorp/terraform-cdk/pull/3029)
- fix: use local NPM registry for running integration tests on unix systems [\#3031](https://github.com/hashicorp/terraform-cdk/pull/3031)
- fix: trying to fix tsc error by updating how we invoke ts projects [\#3033](https://github.com/hashicorp/terraform-cdk/pull/3033)
- fix(docs): python docs for aspect [\#3002](https://github.com/hashicorp/terraform-cdk/pull/3002)

### chore

- chore: update vercel.json [\#3028](https://github.com/hashicorp/terraform-cdk/pull/3028)

## 0.17.2

### feat
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.17.2",
"version": "0.17.3",
"private": true,
"scripts": {
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",
Expand Down

0 comments on commit a6d2738

Please sign in to comment.