Skip to content

Commit

Permalink
Release 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jul 25, 2024
1 parent cd4a74b commit f7ad677
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 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.

10 changes: 10 additions & 0 deletions packages/toolkit/.changes/3.16.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2024-07-25",
"version": "3.16.0",
"entries": [
{
"type": "Bug Fix",
"description": "AccessAnalyzer: error when running CheckNoPublicAccess with only role trust policy in template"
}
]
}

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.16.0 2024-07-25

- **Bug Fix** AccessAnalyzer: error when running CheckNoPublicAccess with only role trust policy in template

## 3.15.0 2024-07-18

- **Bug Fix** Unexpected SSO expiration on Windows due to EPERM
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.16.0-SNAPSHOT",
"version": "3.16.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit f7ad677

Please sign in to comment.