Skip to content

Commit ec9b78f

Browse files
author
aws-toolkit-automation
committed
Release 1.28.0
1 parent 17ac04f commit ec9b78f

7 files changed

+29
-16
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-10-03",
3+
"version": "1.28.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q /dev: define first folder as a root path for LLM-created files when using workspaces"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Amazon Q Code Transformation: allow users to skip running tests"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q Developer: Updated legal disclaimer text"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-93a879d3-5fa1-47d3-a908-77fcbce9335d.json

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

packages/amazonq/.changes/next-release/Feature-4aa1d456-99b9-4b0d-a4cf-8452d00327da.json

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

packages/amazonq/.changes/next-release/Feature-cc8c85c0-3b9b-4a8c-b0fc-b69439f90d82.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.28.0 2024-10-03
2+
3+
- **Bug Fix** Amazon Q /dev: define first folder as a root path for LLM-created files when using workspaces
4+
- **Feature** Amazon Q Code Transformation: allow users to skip running tests
5+
- **Feature** Amazon Q Developer: Updated legal disclaimer text
6+
17
## 1.27.0 2024-09-27
28

39
- **Bug Fix** Security Scan: Fixes an issue that incorrectly removes hardcoded credentials detections from auto scans.

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

0 commit comments

Comments
 (0)