Skip to content

Commit

Permalink
Merge release into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 9, 2025
2 parents d6b835a + 033fbce commit 2c01b0d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/toolkit/.changes/3.41.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2025-01-09",
"version": "3.41.0",
"entries": [
{
"type": "Removal",
"description": "Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions."
},
{
"type": "Removal",
"description": "Auth: No longer inform users that Amazon Q and Toolkit extensions have separate auth sessions."
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.41.0 2025-01-09

- **Removal** Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions.
- **Removal** Auth: No longer inform users that Amazon Q and Toolkit extensions have separate auth sessions.

## 3.40.0 2024-12-17

- **Bug Fix** Auth: SSO failed to missing refreshToken
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.41.0-SNAPSHOT",
"version": "3.42.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 2c01b0d

Please sign in to comment.