Skip to content

Commit

Permalink
Release 3.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 15, 2025
1 parent 73c0926 commit b9a2471
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 10 additions & 0 deletions packages/toolkit/.changes/3.42.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2025-01-15",
"version": "3.42.0",
"entries": [
{
"type": "Bug Fix",
"description": "Auth: Valid StartURL not accepted at login"
}
]
}

This file was deleted.

4 changes: 4 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.42.0 2025-01-15

- **Bug Fix** Auth: Valid StartURL not accepted at login

## 3.41.0 2025-01-09

- **Removal** Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions.
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.42.0-SNAPSHOT",
"version": "3.42.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit b9a2471

Please sign in to comment.