Skip to content

Commit ab98041

Browse files
committed
chore: release 1.0.8
1 parent a4ade99 commit ab98041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

88
**version 1.0.8**
9-
- feat: added `apply-tf` task for Terraform support
9+
- feat: added Terraform support task support (task type: `apply-tf`)
1010

1111
**version 1.0.7**
1212
- feat: allow a development role to be configured on the OrganizationRoot (DefaultDevelopmentBuildAccessRoleName) which will be used when running using `--dev`

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