Skip to content

Commit ab0f8b1

Browse files
author
aws-toolkit-automation
committed
Release 1.3.0
1 parent 8bd66cc commit ab0f8b1

10 files changed

+41
-26
lines changed

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.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2024-05-08",
3+
"version": "1.3.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "modifying the root folder for /dev now modifies it"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Q chat may stop responding after processing Javascript/Typescript code"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Completion may fail unexpected if user opened many tabs"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Inline Suggestions: Only display the 'Open Chat' CodeLens if the user is signed into Amazon Q."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Security Scan: Scans can now be run without an open editor"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Security Scan: Multi-root workspace support"
28+
}
29+
]
30+
}

packages/amazonq/.changes/next-release/Bug Fix-06dc9320-3b6d-43d9-b811-c910852fdc2b.json

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

packages/amazonq/.changes/next-release/Bug Fix-1a8a24b4-8845-4955-84a5-895eaed1194e.json

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

packages/amazonq/.changes/next-release/Bug Fix-f01dcb01-94da-48a5-a986-e2c323622411.json

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

packages/amazonq/.changes/next-release/Feature-5bbe5e13-b015-4b01-88a5-14648ba9a35d.json

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

packages/amazonq/.changes/next-release/Feature-98fc029d-ac6f-43c6-b168-fb37bb077c14.json

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

packages/amazonq/.changes/next-release/Feature-b7c62308-5e6e-4aeb-9dc8-ec8a5137dfb7.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.3.0 2024-05-08
2+
3+
- **Bug Fix** modifying the root folder for /dev now modifies it
4+
- **Bug Fix** Q chat may stop responding after processing Javascript/Typescript code
5+
- **Bug Fix** Completion may fail unexpected if user opened many tabs
6+
- **Feature** Inline Suggestions: Only display the 'Open Chat' CodeLens if the user is signed into Amazon Q.
7+
- **Feature** Security Scan: Scans can now be run without an open editor
8+
- **Feature** Security Scan: Multi-root workspace support
9+
110
## 1.2.0 2024-05-07
211

312
- **Bug Fix** Fix bug when Amazon Q chat sends code selection while user has no selection

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.3.0-SNAPSHOT",
5+
"version": "1.3.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)