Skip to content

Commit 6ba1e81

Browse files
chore(release): 0.220.5 [skip ci]
## [0.220.5](v0.220.4...v0.220.5) (2026-06-13) ### Bug Fixes * **provisioning:** convert ECS TaskDefinition volume sub-configurations PascalCase to camelCase ([#825](#825)) ([2d54d40](2d54d40))
1 parent 2d54d40 commit 6ba1e81

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.5](https://github.com/go-to-k/cdkd/compare/v0.220.4...v0.220.5) (2026-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **provisioning:** convert ECS TaskDefinition volume sub-configurations PascalCase to camelCase ([#825](https://github.com/go-to-k/cdkd/issues/825)) ([2d54d40](https://github.com/go-to-k/cdkd/commit/2d54d40fb7e477f4e5a8e8596bd20f9dc08e1b53))
7+
18
## [0.220.4](https://github.com/go-to-k/cdkd/compare/v0.220.3...v0.220.4) (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.4",
3+
"version": "0.220.5",
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)