Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed May 23, 2024
1 parent 320763e commit 5c24600
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.6.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2024-05-23",
"version": "3.6.0",
"entries": [
{
"type": "Feature",
"description": "IAM Policy Checks: add feature to validate IAM policies within VS Code"
},
{
"type": "Feature",
"description": "AWS Toolkit now publishes to Open VSX: https://open-vsx.org/namespace/amazonwebservices"
}
]
}

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.6.0 2024-05-23

- **Feature** IAM Policy Checks: add feature to validate IAM policies within VS Code
- **Feature** AWS Toolkit now publishes to Open VSX: https://open-vsx.org/namespace/amazonwebservices

## 3.4.0 2024-05-17

- **Bug Fix** CodeCatalyst: No longer display a prompt to 'Onboard' if re-using an existing connection from Amazon Q and it is already onboarded.
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.6.0-SNAPSHOT",
"version": "3.6.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 5c24600

Please sign in to comment.