Skip to content

Commit 46766be

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents fd252bb + 926b86a commit 46766be

7 files changed

+26
-14
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolkit/.changes/3.67.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-06-25",
3+
"version": "3.67.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "State Machine deployments can now be initiated directly from Workflow Studio without closing the editor"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Step Function performance metrics now accurately reflect only Workflow Studio document activity"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "AccessAnalyzer: CheckNoPublicAccess custom policy check supports additional resource types."
16+
}
17+
]
18+
}

packages/toolkit/.changes/next-release/Bug Fix-8beaac0b-fb5e-42bd-8ecf-a185266a9f04.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Bug Fix-de3cdda1-252e-4d04-96cb-7fb935649c0e.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-2fdc05d7-db85-4a4f-8af5-ec729fade8fd.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.67.0 2025-06-25
2+
3+
- **Bug Fix** State Machine deployments can now be initiated directly from Workflow Studio without closing the editor
4+
- **Bug Fix** Step Function performance metrics now accurately reflect only Workflow Studio document activity
5+
- **Feature** AccessAnalyzer: CheckNoPublicAccess custom policy check supports additional resource types.
6+
17
## 3.66.0 2025-06-18
28

39
- Miscellaneous non-user-facing changes

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.67.0-SNAPSHOT",
5+
"version": "3.68.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)