Skip to content

Commit b624e0c

Browse files
author
aws-toolkit-automation
committed
Release 1.22.0
1 parent f5da4cb commit b624e0c

9 files changed

+37
-23
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2024-08-22",
3+
"version": "1.22.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Avoid refreshing code suggestion for paginated response"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Update login logo styling"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Correct indentation when insert Q chat code at cursor position"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Add notification for extended session to IdC users"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Support more programming languages for workspace index"
24+
}
25+
]
26+
}

packages/amazonq/.changes/next-release/Bug Fix-b3b09219-b76c-4892-90b4-45fada4a5e60.json

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

packages/amazonq/.changes/next-release/Bug Fix-b5a20120-ce65-48ef-a256-62d0c48f4c95.json

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

packages/amazonq/.changes/next-release/Bug Fix-bc198b50-8d33-4a9a-900a-4a593e35d177.json

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

packages/amazonq/.changes/next-release/Feature-273f3647-0ce0-48ad-874a-a9614447a18d.json

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

packages/amazonq/.changes/next-release/Feature-fe345557-1053-4096-a3f7-f1b11d982a49.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.22.0 2024-08-22
2+
3+
- **Bug Fix** Avoid refreshing code suggestion for paginated response
4+
- **Bug Fix** Update login logo styling
5+
- **Bug Fix** Correct indentation when insert Q chat code at cursor position
6+
- **Feature** Add notification for extended session to IdC users
7+
- **Feature** Support more programming languages for workspace index
8+
19
## 1.21.0 2024-08-15
210

311
- **Bug Fix** Q feature dev: update file extension list and minor UI fixes

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

0 commit comments

Comments
 (0)