Skip to content

Commit ecaf77f

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents 72d1dca + 615698c commit ecaf77f

7 files changed

+26
-14
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-11-27",
3+
"version": "1.38.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Q /dev: support `Dockerfile` files"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Introduce @workspace command to enhance context fetching for Chat"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Feature-06d3549d-411e-43e3-a731-d1e435a86577.json

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

packages/amazonq/.changes/next-release/Feature-64ebab3c-f06a-4df0-93bc-ca0891fd093f.json

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

packages/amazonq/.changes/next-release/Feature-75f96117-d8c5-4bd4-88d9-0d3919060f99.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.38.0 2024-11-27
2+
3+
- **Feature** Amazon Q /dev: support `Dockerfile` files
4+
- **Feature** Introduce @workspace command to enhance context fetching for Chat
5+
- **Feature** Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs
6+
17
## 1.37.0 2024-11-22
28

39
- **Bug Fix** Amazon Q Feature Dev: display limit reached error message

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

0 commit comments

Comments
 (0)