Skip to content

Commit b29be3c

Browse files
author
aws-toolkit-automation
committed
Release 1.10.0
1 parent 62edfee commit b29be3c

7 files changed

+26
-14
lines changed

.changes/1.10.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2020-05-27",
3+
"version": "1.10.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Add basic visualisation capability for step function state machines defined in YAML."
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Step Functions Linter: Resource property of Task state will accept any string instead of just arn. Additional disallowed properties will be marked as invalid."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "If a file conflict is detected when downloading event schemas code bindings, a confirmation prompt is shown"
16+
}
17+
]
18+
}

.changes/next-release/Feature-5efec0b4-52f8-465a-8cb2-6b9f7df38751.json

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

.changes/next-release/Feature-e5a8005f-e76b-4b99-a69f-62b72725d00e.json

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

.changes/next-release/Feature-f26c3991-fc62-4478-b9bd-7c92d272b009.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.10.0 2020-05-27
2+
3+
- **Feature** Add basic visualisation capability for step function state machines defined in YAML.
4+
- **Feature** Step Functions Linter: Resource property of Task state will accept any string instead of just arn. Additional disallowed properties will be marked as invalid.
5+
- **Feature** If a file conflict is detected when downloading event schemas code bindings, a confirmation prompt is shown
6+
17
## 1.9.0 2020-04-29
28

39
- **Breaking Change** Bumping VS Code minimum version: 1.31.1 => 1.42.0

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.10.0-SNAPSHOT",
5+
"version": "1.10.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)