Skip to content

Commit

Permalink
chore(release): Update CHANGELOG.md and version to 0.18.2 (#3173)
Browse files Browse the repository at this point in the history
## 0.18.2

Fixes a bug in 0.18.1 that broke crash reporting due to a partial
dependency upgrade.

### fix

- fix: Fix partial dependency update for Sentry
[\#3172](#3172)
  • Loading branch information
ansgarm authored Oct 5, 2023
1 parent b19a0d8 commit 60c27c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.18.2

Fixes a bug in 0.18.1 that broke crash reporting due to a partial dependency upgrade.

### fix

- fix: Fix partial dependency update for Sentry [\#3172](https://github.com/hashicorp/terraform-cdk/pull/3172)

## 0.18.1

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

0 comments on commit 60c27c2

Please sign in to comment.