Skip to content

Commit f22d313

Browse files
chore(release): 0.5.0 [skip ci]
# [0.5.0](v0.4.0...v0.5.0) (2021-04-29) ### Features * pass through batching window parameter ([83e2922](83e2922))
1 parent deaefe6 commit f22d313

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.4.0...v0.5.0) (2021-04-29)
7+
8+
9+
### Features
10+
11+
* pass through batching window parameter ([83e2922](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/83e29228e70b351a1e42236a5d7ac32891a01543))
12+
613
# [0.4.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.3.0...v0.4.0) (2021-04-15)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agiledigital/serverless-sns-sqs-lambda",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "serverless plugin to make serverless-sns-sqs-lambda events",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)