Skip to content

Commit 36949c3

Browse files
author
aws-toolkit-automation
committed
Release 1.22.0
1 parent 80cc75a commit 36949c3

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changes/1.22.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2021-03-19",
3+
"version": "1.22.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "fix unwanted \"invalid SAM CLI\" error on startup"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "StepFunctions: show \"View Logs\" button on failure"
12+
}
13+
]
14+
}

.changes/next-release/Bug Fix-d03e847a-3cf5-47af-ae31-fb5d1d9e4138.json

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

.changes/next-release/Feature-089508dc-c21a-4808-a809-140556017044.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.22.0 2021-03-19
2+
3+
- **Bug Fix** fix unwanted "invalid SAM CLI" error on startup
4+
- **Feature** StepFunctions: show "View Logs" button on failure
5+
16
## 1.21.0 2021-03-17
27

38
- **Breaking Change** SAM debug: remove nodejs8.10 support

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

0 commit comments

Comments
 (0)