Skip to content

Commit

Permalink
Release 3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 5, 2024
1 parent 55ac0ba commit 2db6dad
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.23.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2024-09-05",
"version": "3.23.0",
"entries": [
{
"type": "Bug Fix",
"description": "Network errors causing premature SSO logout"
},
{
"type": "Bug Fix",
"description": "Fix SyntaxError causing premature expiration (edge case)"
}
]
}

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.23.0 2024-09-05

- **Bug Fix** Network errors causing premature SSO logout
- **Bug Fix** Fix SyntaxError causing premature expiration (edge case)

## 3.22.0 2024-08-29

- **Bug Fix** Auth: `SyntaxError` causing unexpected SSO logout
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, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.23.0-SNAPSHOT",
"version": "3.23.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 2db6dad

Please sign in to comment.