Skip to content

Commit

Permalink
Release 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Feb 4, 2021
1 parent f550f26 commit fe2de14
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .changes/1.20.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2021-02-04",
"version": "1.20.0",
"entries": [
{
"type": "Feature",
"description": "SAM templates handle Global values correctly when Resource-level fields are missing."
},
{
"type": "Feature",
"description": "Support for SAM CLI 1.17: SAM create/run nodejs14.x"
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.20.0 2021-02-04

- **Feature** SAM templates handle Global values correctly when Resource-level fields are missing.
- **Feature** Support for SAM CLI 1.17: SAM create/run nodejs14.x

## 1.19.0 2021-02-01

- **Bug Fix** Schemas: download failure would not trigger code generation under certain conditions
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.20.0-SNAPSHOT",
"version": "1.20.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit fe2de14

Please sign in to comment.