Skip to content

Commit 57940ed

Browse files
Merge master into feature/hybridChat
2 parents 8b1cca5 + c22efa0 commit 57940ed

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
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.

packages/amazonq/.changes/1.61.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2025-04-22",
3+
"version": "1.61.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Some users not signaled they needed to select a Region Profile to get features working"
8+
},
9+
{
10+
"type": "bugfix",
11+
"description": "/review: disable auto-review by default"
12+
}
13+
]
14+
}

packages/amazonq/.changes/next-release/Bug Fix-4323842a-bd34-4c49-9a03-12620cce0203.json

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

packages/amazonq/.changes/next-release/bugfix-ad9a8829-efa0-463b-ba2f-c89ff1cb69e4.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.61.0 2025-04-22
2+
3+
- **Bug Fix** Some users not signaled they needed to select a Region Profile to get features working
4+
- **bugfix** /review: disable auto-review by default
5+
16
## 1.60.0 2025-04-18
27

38
- **Bug Fix** Users might be bound to a customization which they dont have access with the selected profile and it causes service throwing 403 when using inline suggestion and chat features

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": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.61.0-SNAPSHOT",
5+
"version": "1.62.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)