Skip to content

Commit dc1e323

Browse files
committed
chore: bump version
1 parent 180dc90 commit dc1e323

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to aws organization formation will be documented in this file.
44

5+
**version 1.0.2**
6+
- feat: support top-level rules in template
7+
- fix: honour taskRoleName when printing tasks
8+
59
**version 1.0.1**
610
- fix: ExcludeOrganizationalUnit throws a validation error.
711
- fix: No targetId when attaching scp to root

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.1",
3+
"version": "1.0.2",
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)