Skip to content

Commit e5d7e02

Browse files
author
aws-toolkit-automation
committed
Release 1.25.0
1 parent f2591bc commit e5d7e02

8 files changed

+32
-19
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2024-09-12",
3+
"version": "1.25.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Record telemetry event when AWS Toolkits extension is uninstalled."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Improve workspace indexing by only index files that are changed since last indexing"
16+
},
17+
{
18+
"type": "Removal",
19+
"description": "Amazon Q Feature dev: Remove approach generation flow"
20+
}
21+
]
22+
}

packages/amazonq/.changes/next-release/Bug Fix-cedd6c55-8a91-432e-87a0-1832248b9e7e.json

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

packages/amazonq/.changes/next-release/Feature-329b49b7-355f-49b1-8c7f-a05268e4d7fa.json

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

packages/amazonq/.changes/next-release/Feature-8fc46bec-9ca5-4544-85dc-a71e0dee1b82.json

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

packages/amazonq/.changes/next-release/Removal-3d015711-0caf-4574-b304-524aec6588aa.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.25.0 2024-09-12
2+
3+
- **Bug Fix** Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts
4+
- **Feature** Record telemetry event when AWS Toolkits extension is uninstalled.
5+
- **Feature** Improve workspace indexing by only index files that are changed since last indexing
6+
- **Removal** Amazon Q Feature dev: Remove approach generation flow
7+
18
## 1.24.0 2024-09-05
29

310
- **Bug Fix** Network errors causing premature SSO logout

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

0 commit comments

Comments
 (0)