We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdc2c5 commit 42b7339Copy full SHA for 42b7339
CHANGELOG.md
@@ -5,6 +5,9 @@ All notable changes to aws organization formation will be documented in this fil
5
**BREAKING CHANGES**:
6
- v1.0.0: execution role under which org-formation is ran requires the ec2:describeRegions permission
7
8
+**version: 1.0.14**
9
+- fix: when changeset is not found during `execute-change-set` the cli command returns an error
10
+
11
**version: 1.0.13**
12
- fix: cdk tasks use `--force` when deleting stacks
13
- chore: usage of AWS SDK v3 (upgrade from V2)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aws-organization-formation",
3
- "version": "1.0.13",
+ "version": "1.0.14",
4
"description": "Infrastructure as code solution for AWS Organizations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments