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 Sep 12, 2024
2 parents cb6eeeb + bc5ac6e commit 1990349
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 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.

10 changes: 10 additions & 0 deletions packages/toolkit/.changes/3.24.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2024-09-12",
"version": "3.24.0",
"entries": [
{
"type": "Feature",
"description": "Record telemetry event when AWS Toolkits extension is uninstalled."
}
]
}

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.24.0 2024-09-12

- **Feature** Record telemetry event when AWS Toolkits extension is uninstalled.

## 3.23.0 2024-09-05

- **Bug Fix** Network errors causing premature 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.24.0-SNAPSHOT",
"version": "3.25.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 1990349

Please sign in to comment.