Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 19, 2020
1 parent 76b9f33 commit 3c167c6
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
18 changes: 18 additions & 0 deletions .changes/1.13.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2020-08-19",
"version": "1.13.0",
"entries": [
{
"type": "Feature",
"description": "Toolkit automatically adds a launch configuration to the workspace when creating SAM applications"
},
{
"type": "Feature",
"description": "CloudWatch Logs functionality"
},
{
"type": "Feature",
"description": "Amazon States Language Server: Add validation for new ASL specification released on August 11."
}
]
}

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.13.0 2020-08-19

- **Feature** Toolkit automatically adds a launch configuration to the workspace when creating SAM applications
- **Feature** CloudWatch Logs functionality
- **Feature** Amazon States Language Server: Add validation for new ASL specification released on August 11.

## 1.12.0 2020-07-30

- **Feature** A new experience for locally Running/Debugging Lambdas with SAM that uses VS Code launch configurations (PR #1215)
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.13.0-SNAPSHOT",
"version": "1.13.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 3c167c6

Please sign in to comment.