Skip to content

Commit de675f1

Browse files
committed
chore(master): release 3.29.1
1 parent 6444f28 commit de675f1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.29.1](https://github.com/serverless-operations/serverless-step-functions/compare/v3.29.0...v3.29.1) (2026-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **iam:** resolve local Lambda Ref to static ARN to prevent MalformedPolicyDocument ([#746](https://github.com/serverless-operations/serverless-step-functions/issues/746)) ([aaf9dec](https://github.com/serverless-operations/serverless-step-functions/commit/aaf9dec32c685ba95db713ae2da2b393435d5b19)), closes [#470](https://github.com/serverless-operations/serverless-step-functions/issues/470)
9+
* **notifications:** merge SNS/SQS policies for shared topics and queues ([#747](https://github.com/serverless-operations/serverless-step-functions/issues/747)) ([6444f28](https://github.com/serverless-operations/serverless-step-functions/commit/6444f28972dbe29109f765fc94fa5fa6dc8bc085)), closes [#275](https://github.com/serverless-operations/serverless-step-functions/issues/275)
10+
311
## [3.29.0](https://github.com/serverless-operations/serverless-step-functions/compare/v3.28.2...v3.29.0) (2026-04-02)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-step-functions",
3-
"version": "3.29.0",
3+
"version": "3.29.1",
44
"description": "The module is AWS Step Functions plugin for Serverless Framework",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)