Skip to content

Commit 152145e

Browse files
author
aws-toolkit-automation
committed
Release 1.53.0
1 parent 88f0903 commit 152145e

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changes/1.53.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2022-10-24",
3+
"version": "1.53.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Execessive CodeWhisperer latency caused by unnecessary refreshing of credentials"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeWhisperer auto trigger not working correctly in certain circumstances"
12+
}
13+
]
14+
}

.changes/next-release/Bug Fix-225a8639-7052-4759-9d2f-1823e527728c.json

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

.changes/next-release/Bug Fix-24b2f685-2010-4504-ace1-6bad1ca4b660.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.53.0 2022-10-24
2+
3+
- **Bug Fix** Execessive CodeWhisperer latency caused by unnecessary refreshing of credentials
4+
- **Bug Fix** CodeWhisperer auto trigger not working correctly in certain circumstances
5+
16
## 1.52.0 2022-10-20
27

38
- **Bug Fix** CodeWhisperer left/right arrow keybinding conflict with other plugins

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.53.0-SNAPSHOT",
5+
"version": "1.53.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)