Skip to content

Commit fe2de14

Browse files
author
aws-toolkit-automation
committed
Release 1.20.0
1 parent f550f26 commit fe2de14

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changes/1.20.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2021-02-04",
3+
"version": "1.20.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "SAM templates handle Global values correctly when Resource-level fields are missing."
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Support for SAM CLI 1.17: SAM create/run nodejs14.x"
12+
}
13+
]
14+
}

.changes/next-release/Feature-0c29042c-cae4-4e59-82ca-6d2c091f5c1f.json

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

.changes/next-release/Feature-e62211a9-d387-469e-bd1b-645294b45a1e.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.20.0 2021-02-04
2+
3+
- **Feature** SAM templates handle Global values correctly when Resource-level fields are missing.
4+
- **Feature** Support for SAM CLI 1.17: SAM create/run nodejs14.x
5+
16
## 1.19.0 2021-02-01
27

38
- **Bug Fix** Schemas: download failure would not trigger code generation under certain conditions

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

0 commit comments

Comments
 (0)