Skip to content

Commit 66cd250

Browse files
chore(release): 0.221.16 [skip ci]
## [0.221.16](v0.221.15...v0.221.16) (2026-06-15) ### Bug Fixes * **provisioning:** implement DynamoDB Table BillingMode/ProvisionedThroughput in-place update (was a silent no-op) ([#868](#868)) ([56c3562](56c3562))
1 parent 56c3562 commit 66cd250

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.16](https://github.com/go-to-k/cdkd/compare/v0.221.15...v0.221.16) (2026-06-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **provisioning:** implement DynamoDB Table BillingMode/ProvisionedThroughput in-place update (was a silent no-op) ([#868](https://github.com/go-to-k/cdkd/issues/868)) ([56c3562](https://github.com/go-to-k/cdkd/commit/56c35620011652614245ce65b0f7bf5694faac3f))
7+
18
## [0.221.15](https://github.com/go-to-k/cdkd/compare/v0.221.14...v0.221.15) (2026-06-14)
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.15",
3+
"version": "0.221.16",
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)