Skip to content

Commit 6dd3f87

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents 0b08d6e + fe18d97 commit 6dd3f87

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.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-01-23",
3+
"version": "3.43.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "AppBuilder: Update error messaging to make more legible and actionable"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Notifications: 'Dismiss' command visible in command palette."
12+
},
13+
{
14+
"type": "Removal",
15+
"description": "Cloud9: remove special-case logic."
16+
}
17+
]
18+
}

packages/toolkit/.changes/next-release/Bug Fix-b033b55b-52a5-488a-a4a7-c3228232bca6.json

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

packages/toolkit/.changes/next-release/Bug Fix-f7aec5a8-a21c-4539-9ed4-820dd9887598.json

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

packages/toolkit/.changes/next-release/Removal-3ef48be0-d3f3-4252-be69-9a0684406944.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.43.0 2025-01-23
2+
3+
- **Bug Fix** AppBuilder: Update error messaging to make more legible and actionable
4+
- **Bug Fix** Notifications: 'Dismiss' command visible in command palette.
5+
- **Removal** Cloud9: remove special-case logic.
6+
17
## 3.42.0 2025-01-15
28

39
- **Bug Fix** Auth: Valid StartURL not accepted at login

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.43.0-SNAPSHOT",
5+
"version": "3.44.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)