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 Jun 14, 2024
2 parents ce8468d + f5032d3 commit c1b0a7c
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.10.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2024-06-14",
"version": "3.10.0",
"entries": [
{
"type": "Bug Fix",
"description": "UX: Amazon Q continues to install even if users uninstall it."
},
{
"type": "Bug Fix",
"description": "CodeCatalyst: Dev Environment may time out if user is not authenticated"
}
]
}

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.10.0 2024-06-14

- **Bug Fix** UX: Amazon Q continues to install even if users uninstall it.
- **Bug Fix** CodeCatalyst: Dev Environment may time out if user is not authenticated

## 3.9.0 2024-06-07

- **Feature** Toolkit now supports creating, viewing and editing [Threat Composer](https://github.com/awslabs/threat-composer#readme) threat models (`*.tc.json`)
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.10.0-SNAPSHOT",
"version": "3.11.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit c1b0a7c

Please sign in to comment.