Skip to content

Commit

Permalink
chore: release 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maed223 authored and DanielMSchmidt committed Nov 30, 2023
1 parent c4854d9 commit c98af42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.19.2

### feat

- feat(lib): add move workflows for specifying ids directly [\#3231](https://github.com/hashicorp/terraform-cdk/pull/3231)

## 0.19.1

### feat
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.19.1",
"version": "0.19.2",
"private": true,
"scripts": {
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",
Expand Down Expand Up @@ -115,4 +115,4 @@
"*.js"
]
}
}
}

0 comments on commit c98af42

Please sign in to comment.