Skip to content

Commit 901729d

Browse files
chore: release 0.78.2 [skip ci]
## [0.78.2](v0.78.1...v0.78.2) (2026-02-25) ### Bug Fixes * correct package.json version to 0.78.1 (closes [#239](#239)) ([1e684f8](1e684f8)) * pass queueName through CloudFormation resource subscriptions to enable SNS→SQS routing ([#222](#222)) ([7b4cbcc](7b4cbcc)), closes [#135](#135) [#173](#173) * set valid version placeholder and update repo URLs to BANCS-Norway ([edc7003](edc7003)), closes [#236](#236)
1 parent 6e159f1 commit 901729d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## [0.78.2](https://github.com/BANCS-Norway/serverless-offline-sns/compare/v0.78.1...v0.78.2) (2026-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* correct package.json version to 0.78.1 (closes [#239](https://github.com/BANCS-Norway/serverless-offline-sns/issues/239)) ([1e684f8](https://github.com/BANCS-Norway/serverless-offline-sns/commit/1e684f83414d1db8f0f611552455814b45683830))
7+
* pass queueName through CloudFormation resource subscriptions to enable SNS→SQS routing ([#222](https://github.com/BANCS-Norway/serverless-offline-sns/issues/222)) ([7b4cbcc](https://github.com/BANCS-Norway/serverless-offline-sns/commit/7b4cbcc483a6e8be513364a23abe399f625d631a)), closes [#135](https://github.com/BANCS-Norway/serverless-offline-sns/issues/135) [#173](https://github.com/BANCS-Norway/serverless-offline-sns/issues/173)
8+
* set valid version placeholder and update repo URLs to BANCS-Norway ([edc7003](https://github.com/BANCS-Norway/serverless-offline-sns/commit/edc7003e5e4196d2258263fa655ede8bf9edc9cf)), closes [#236](https://github.com/BANCS-Norway/serverless-offline-sns/issues/236)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-offline-sns",
3-
"version": "0.78.1",
3+
"version": "0.78.2",
44
"description": "Serverless plugin to run a local SNS server and call lambdas with events notifications.",
55
"exports": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)