We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180dc90 commit dc1e323Copy full SHA for dc1e323
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to aws organization formation will be documented in this file.
4
5
+**version 1.0.2**
6
+- feat: support top-level rules in template
7
+- fix: honour taskRoleName when printing tasks
8
+
9
**version 1.0.1**
10
- fix: ExcludeOrganizationalUnit throws a validation error.
11
- fix: No targetId when attaching scp to root
package.json
@@ -1,6 +1,6 @@
1
{
"name": "aws-organization-formation",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Infrastructure as code solution for AWS Organizations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments