Skip to content

Commit 078132a

Browse files
chore(release): 0.221.3 [skip ci]
## [0.221.3](v0.221.2...v0.221.3) (2026-06-13) ### Bug Fixes * **deployment:** Fn::Join over list-returning intrinsics + AWS::NotificationARNs in Fn::Sub ([#838](#838)) ([#847](#847)) ([78d239a](78d239a))
1 parent 78d239a commit 078132a

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.221.3](https://github.com/go-to-k/cdkd/compare/v0.221.2...v0.221.3) (2026-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **deployment:** Fn::Join over list-returning intrinsics + AWS::NotificationARNs in Fn::Sub ([#838](https://github.com/go-to-k/cdkd/issues/838)) ([#847](https://github.com/go-to-k/cdkd/issues/847)) ([78d239a](https://github.com/go-to-k/cdkd/commit/78d239a0a185e4034aa15ab5e6cf4ff32128316c))
7+
18
## [0.221.2](https://github.com/go-to-k/cdkd/compare/v0.221.1...v0.221.2) (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.221.2",
3+
"version": "0.221.3",
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)