Skip to content

Commit

Permalink
Release 3.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Dec 17, 2024
1 parent 75eb516 commit f556380
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 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.

14 changes: 14 additions & 0 deletions packages/toolkit/.changes/3.40.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2024-12-17",
"version": "3.40.0",
"entries": [
{
"type": "Bug Fix",
"description": "Auth: SSO failed to missing refreshToken"
},
{
"type": "Bug Fix",
"description": "AppBuilder : Support template parameters override for SAM deploy and sync for all entry points"
}
]
}

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.40.0 2024-12-17

- **Bug Fix** Auth: SSO failed to missing refreshToken
- **Bug Fix** AppBuilder : Support template parameters override for SAM deploy and sync for all entry points

## 3.39.0 2024-12-12

- **Bug Fix** EC2: avoid overwriting authorized_keys file on remote
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.40.0-SNAPSHOT",
"version": "3.40.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit f556380

Please sign in to comment.