Skip to content

Commit 2a29c92

Browse files
committed
chore: bump version & changelog
1 parent 2d14c37 commit 2a29c92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
**unreleased**
8+
**version 1.0.6**
99
- fix: only prevent printing/ validating stacks if an account is added to organization.yml (not prevent printing if an OU got added)
1010
- chore: better perf on update-organization task
1111
- fix: explicitly retry on type registrations that return `DEPLOY_STAGE of status FAILED`
@@ -17,6 +17,7 @@ All notable changes to aws organization formation will be documented in this fil
1717
- fix: better defaults for the deploy-cdk task: added `--all --require-approval=never` to default deploy and destroy commands
1818
- fix: allow matching a single task using `--match` taking a globPattern (e.g. `--match '**/MyTask'`) or the exact name of a task.
1919

20+
**version 1.0.5** (version contained packaging error, got unpublished)
2021

2122
**version 1.0.4**
2223
- feat: allow `Fn::EnumTargetAccounts` to be used in combination with `${AccountId}`, `${AccountName}`, `${LogicalId}`, `${RootEmail}`, `${Alias}`, `${Tags.TAGNAME}`

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.5-beta.18",
3+
"version": "1.0.6",
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)