Skip to content

Commit c870e49

Browse files
chore(release): 0.220.2 [skip ci]
## [0.220.2](v0.220.1...v0.220.2) (2026-06-13) ### Bug Fixes * **cli:** correct warnIfDeprecatedRegion message — --region is still honored, not ignored ([#822](#822)) ([4ec8230](4ec8230))
1 parent 4ec8230 commit c870e49

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.220.2](https://github.com/go-to-k/cdkd/compare/v0.220.1...v0.220.2) (2026-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** correct warnIfDeprecatedRegion message — --region is still honored, not ignored ([#822](https://github.com/go-to-k/cdkd/issues/822)) ([4ec8230](https://github.com/go-to-k/cdkd/commit/4ec8230196f944c129022be60ee6dbe0a32dad3a))
7+
18
## [0.220.1](https://github.com/go-to-k/cdkd/compare/v0.220.0...v0.220.1) (2026-06-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-to-k/cdkd",
3-
"version": "0.220.1",
3+
"version": "0.220.2",
44
"description": "CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)