Skip to content

Commit 0b3e71b

Browse files
author
aws-toolkit-automation
committed
Release 1.14.0
1 parent ba58e51 commit 0b3e71b

File tree

7 files changed

+26
-14
lines changed

7 files changed

+26
-14
lines changed

.changes/1.14.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2020-09-30",
3+
"version": "1.14.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix ASL validation bug marking states as unreachable when defined before a Choice state"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Add AWS Systems Manager integration to allow users to view, create and publish Automation documents. Support for code completion and validation with templates and code snippets to help users author their Automation documents."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "When deploying a SAM application, the S3 bucket is now chosen from a list. Previously, the bucket name had to be typed in."
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-96a0f7d4-b5b1-495b-b8b1-6efd814e0fe3.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-5756814e-3364-40ce-9565-f0d4bba0a325.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-62e021c0-3868-4f50-b438-b7c1a47086c2.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.14.0 2020-09-30
2+
3+
- **Bug Fix** Fix ASL validation bug marking states as unreachable when defined before a Choice state
4+
- **Feature** Add AWS Systems Manager integration to allow users to view, create and publish Automation documents. Support for code completion and validation with templates and code snippets to help users author their Automation documents.
5+
- **Feature** When deploying a SAM application, the S3 bucket is now chosen from a list. Previously, the bucket name had to be typed in.
6+
17
## 1.13.0 2020-08-24
28

39
- **Feature** Toolkit automatically adds a launch configuration to the workspace when creating SAM applications

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "An extension for working with Amazon Web Services",
5-
"version": "1.14.0-SNAPSHOT",
5+
"version": "1.14.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)