Skip to content

Commit 42b7339

Browse files
committed
chore: release 1.0.14
1 parent fcdc2c5 commit 42b7339

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to aws organization formation will be documented in this fil
55
**BREAKING CHANGES**:
66
- v1.0.0: execution role under which org-formation is ran requires the ec2:describeRegions permission
77

8+
**version: 1.0.14**
9+
- fix: when changeset is not found during `execute-change-set` the cli command returns an error
10+
811
**version: 1.0.13**
912
- fix: cdk tasks use `--force` when deleting stacks
1013
- chore: usage of AWS SDK v3 (upgrade from V2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-organization-formation",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "Infrastructure as code solution for AWS Organizations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)