Skip to content

Commit 4787bb4

Browse files
author
aws-toolkit-automation
committed
Release 1.54.0
1 parent 2215460 commit 4787bb4

7 files changed

+26
-14
lines changed

.changes/1.54.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2022-11-18",
3+
"version": "1.54.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "JSON-schemas download logic is brittle #2957"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "\"Connect\" and \"Choose Profile\" open create credentials wizard/profile selector when credentials aren't present in aws configs"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "SAM: create, run and debug nodejs18.x Lambdas"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-e4cfd29a-bc4e-4aab-809d-08b44991d139.json

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

.changes/next-release/Bug Fix-f3f310a4-ee52-4c4a-8c91-3ca9b4b670c6.json

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

.changes/next-release/Feature-19ec072b-c7af-4361-9db5-de896ea867d3.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.54.0 2022-11-18
2+
3+
- **Bug Fix** JSON-schemas download logic is brittle #2957
4+
- **Bug Fix** "Connect" and "Choose Profile" open create credentials wizard/profile selector when credentials aren't present in aws configs
5+
- **Feature** SAM: create, run and debug nodejs18.x Lambdas
6+
17
## 1.53.0 2022-10-24
28

39
- **Bug Fix** Execessive CodeWhisperer latency caused by unnecessary refreshing of credentials

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": "Amazon Web Services toolkit for browsing and updating cloud resources",
5-
"version": "1.54.0-SNAPSHOT",
5+
"version": "1.54.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)