Skip to content

Commit b274b20

Browse files
author
aws-toolkit-automation
committed
Release 2.13.0
1 parent 0b953e4 commit b274b20

7 files changed

+31
-18
lines changed

.changes/2.13.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-03-07",
3+
"version": "2.13.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "fix(CodeTransform): Updating commands for copying dependencies"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "\"Failed to access settings\" error when restarting multiple vscode instances"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q: Fix code snippet borders, action button border radius, text alignment and overlay UI issues"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-240f643e-f2f5-4a3b-81bf-477f76429423.json

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

.changes/next-release/Bug Fix-ae8ef2c1-9969-45f9-bda9-0249ee124c46.json

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

.changes/next-release/Bug Fix-caa49c08-b446-4349-8228-31b5f00af5e5.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+
## 2.13.0 2024-03-07
2+
3+
- **Bug Fix** fix(CodeTransform): Updating commands for copying dependencies
4+
- **Bug Fix** "Failed to access settings" error when restarting multiple vscode instances
5+
- **Bug Fix** Amazon Q: Fix code snippet borders, action button border radius, text alignment and overlay UI issues
6+
17
## 2.12.0 2024-02-29
28

39
- **Bug Fix** Amazon Q: Static analysis of document symbols used as context in Amazon Q requests must filter tree-sitter "extra" CST nodes (comments) in order to avoid crashes which freeze the chat panel

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolkit/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 - Amazon Q, CodeWhisperer, and more",
44
"description": "Including Amazon Q, CodeWhisperer, CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services",
5-
"version": "2.13.0-SNAPSHOT",
5+
"version": "2.13.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)