Skip to content

Commit 2c01b0d

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents d6b835a + 033fbce commit 2c01b0d

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/toolkit/.changes/3.41.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2025-01-09",
3+
"version": "3.41.0",
4+
"entries": [
5+
{
6+
"type": "Removal",
7+
"description": "Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions."
8+
},
9+
{
10+
"type": "Removal",
11+
"description": "Auth: No longer inform users that Amazon Q and Toolkit extensions have separate auth sessions."
12+
}
13+
]
14+
}

packages/toolkit/.changes/next-release/Removal-1c5617ae-50c9-4de1-a191-a2d57dce5bd7.json

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

packages/toolkit/.changes/next-release/Removal-6703e62b-3835-402b-b187-b327c58f425b.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.41.0 2025-01-09
2+
3+
- **Removal** Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions.
4+
- **Removal** Auth: No longer inform users that Amazon Q and Toolkit extensions have separate auth sessions.
5+
16
## 3.40.0 2024-12-17
27

38
- **Bug Fix** Auth: SSO failed to missing refreshToken

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.41.0-SNAPSHOT",
5+
"version": "3.42.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)