Skip to content

Commit c4fa22e

Browse files
author
aws-toolkit-automation
committed
Release 1.15.0
1 parent 14b68bd commit c4fa22e

File tree

7 files changed

+26
-14
lines changed

7 files changed

+26
-14
lines changed

.changes/1.15.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2020-10-06",
3+
"version": "1.15.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix issues which prevented SAM debugging in WSL #1300"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Add Arn and Region to Lambda invoke view"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-d8aabc08-e3f9-44f6-b338-fd390f9101d3.json

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

.changes/next-release/Feature-0cd9b664-2fb0-47d7-a688-f7d457ed0de8.json

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

.changes/next-release/Feature-50a7f7d2-da1c-4eca-b814-7933fee56cbd.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.15.0 2020-10-06
2+
3+
- **Bug Fix** Fix issues which prevented SAM debugging in WSL #1300
4+
- **Feature** Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)
5+
- **Feature** Add Arn and Region to Lambda invoke view
6+
17
## 1.14.0 2020-09-30
28

39
- **Bug Fix** Fix ASL validation bug marking states as unreachable when defined before a Choice state

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

0 commit comments

Comments
 (0)