Skip to content

Commit eb56819

Browse files
author
aws-toolkit-automation
committed
Release 3.52.0
1 parent ce01fa8 commit eb56819

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2025-03-28",
3+
"version": "3.52.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "SAM build: prevent running multiple build processes for the same template"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Lambda: Add 'Process SNS notification messages with Lambda' Serverless Land pattern."
12+
}
13+
]
14+
}

packages/toolkit/.changes/next-release/Bug Fix-db0d3605-5cb7-4b78-b4ae-29be86f51f99.json

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

packages/toolkit/.changes/next-release/Feature-279a0842-feff-4089-8529-61376bf8cf97.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.52.0 2025-03-28
2+
3+
- **Bug Fix** SAM build: prevent running multiple build processes for the same template
4+
- **Feature** Lambda: Add 'Process SNS notification messages with Lambda' Serverless Land pattern.
5+
16
## 3.51.0 2025-03-20
27

38
- **Feature** Update Step Functions marketplace documentation.

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

0 commit comments

Comments
 (0)