Skip to content

Commit 3c167c6

Browse files
author
aws-toolkit-automation
committed
Release 1.13.0
1 parent 76b9f33 commit 3c167c6

File tree

7 files changed

+26
-14
lines changed

7 files changed

+26
-14
lines changed

.changes/1.13.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2020-08-19",
3+
"version": "1.13.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Toolkit automatically adds a launch configuration to the workspace when creating SAM applications"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "CloudWatch Logs functionality"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon States Language Server: Add validation for new ASL specification released on August 11."
16+
}
17+
]
18+
}

.changes/next-release/Feature-64e06f2b-d633-4423-8397-cce8d26d12cc.json

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

.changes/next-release/Feature-97c6535a-a446-4f56-beaa-da5ee8d4a5f9.json

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

.changes/next-release/Feature-9e61513c-3822-4a8a-9ff1-dd4eb31f1227.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.13.0 2020-08-19
2+
3+
- **Feature** Toolkit automatically adds a launch configuration to the workspace when creating SAM applications
4+
- **Feature** CloudWatch Logs functionality
5+
- **Feature** Amazon States Language Server: Add validation for new ASL specification released on August 11.
6+
17
## 1.12.0 2020-07-30
28

39
- **Feature** A new experience for locally Running/Debugging Lambdas with SAM that uses VS Code launch configurations (PR #1215)

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

0 commit comments

Comments
 (0)