Skip to content

Commit

Permalink
Release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Mar 19, 2021
1 parent 80cc75a commit 36949c3
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .changes/1.22.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2021-03-19",
"version": "1.22.0",
"entries": [
{
"type": "Bug Fix",
"description": "fix unwanted \"invalid SAM CLI\" error on startup"
},
{
"type": "Feature",
"description": "StepFunctions: show \"View Logs\" button on failure"
}
]
}

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.22.0 2021-03-19

- **Bug Fix** fix unwanted "invalid SAM CLI" error on startup
- **Feature** StepFunctions: show "View Logs" button on failure

## 1.21.0 2021-03-17

- **Breaking Change** SAM debug: remove nodejs8.10 support
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.22.0-SNAPSHOT",
"version": "1.22.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 36949c3

Please sign in to comment.