Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed May 27, 2020
1 parent 62edfee commit b29be3c
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
18 changes: 18 additions & 0 deletions .changes/1.10.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2020-05-27",
"version": "1.10.0",
"entries": [
{
"type": "Feature",
"description": "Add basic visualisation capability for step function state machines defined in YAML."
},
{
"type": "Feature",
"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."
},
{
"type": "Feature",
"description": "If a file conflict is detected when downloading event schemas code bindings, a confirmation prompt is shown"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.10.0 2020-05-27

- **Feature** Add basic visualisation capability for step function state machines defined in YAML.
- **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.
- **Feature** If a file conflict is detected when downloading event schemas code bindings, a confirmation prompt is shown

## 1.9.0 2020-04-29

- **Breaking Change** Bumping VS Code minimum version: 1.31.1 => 1.42.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "An extension for working with Amazon Web Services",
"version": "1.10.0-SNAPSHOT",
"version": "1.10.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit b29be3c

Please sign in to comment.