There was an error while loading. Please reload this page.
1 parent dd91172 commit a84ab1cCopy full SHA for a84ab1c
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.221.6](https://github.com/go-to-k/cdkd/compare/v0.221.5...v0.221.6) (2026-06-14)
2
+
3
4
+### Bug Fixes
5
6
+* **provisioning:** clear SQS attributes removed on UPDATE (Fn::If -> AWS::NoValue) ([#850](https://github.com/go-to-k/cdkd/issues/850)) ([dd91172](https://github.com/go-to-k/cdkd/commit/dd9117242a34cf565b852f1b93571760833f5f55))
7
8
## [0.221.5](https://github.com/go-to-k/cdkd/compare/v0.221.4...v0.221.5) (2026-06-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@go-to-k/cdkd",
- "version": "0.221.5",
+ "version": "0.221.6",
"description": "CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments