Skip to content

Commit 47d2c4c

Browse files
chore(release): 0.9.0 [skip ci]
# [0.9.0](v0.8.0...v0.9.0) (2021-10-13) ### Features * add fifo queue support ([b1122b0](b1122b0))
1 parent fc8798e commit 47d2c4c

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.9.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.8.0...v0.9.0) (2021-10-13)
7+
8+
9+
### Features
10+
11+
* add fifo queue support ([b1122b0](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/b1122b0bc01da6c0e84a3f83892017e37c9d88f3))
12+
613
# [0.8.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.7.0...v0.8.0) (2021-06-29)
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.8.0",
3+
"version": "0.9.0",
44
"description": "serverless plugin to make serverless-sns-sqs-lambda events",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)