Skip to content

Commit d7166bc

Browse files
chore(release): 0.6.0 [skip ci]
# [0.6.0](v0.5.0...v0.6.0) (2021-05-14) ### Features * allow CloudFormation overrides ([6d80b18](6d80b18)), closes [#213](#213)
1 parent edefa0a commit d7166bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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.6.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.5.0...v0.6.0) (2021-05-14)
7+
8+
9+
### Features
10+
11+
* allow CloudFormation overrides ([6d80b18](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/6d80b18adb6b13a5624177c619f3c6d251da6aea)), closes [#213](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/213)
12+
613
# [0.5.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.4.0...v0.5.0) (2021-04-29)
714

815

package.json

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

0 commit comments

Comments
 (0)