Skip to content

Commit 3382a79

Browse files
chore(release): 0.7.0 [skip ci]
# [0.7.0](v0.6.0...v0.7.0) (2021-06-09) ### Features * add config validation schema ([a16e1ee](a16e1ee)), closes [#58](#58)
1 parent 79c5ef1 commit 3382a79

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.7.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.6.0...v0.7.0) (2021-06-09)
7+
8+
9+
### Features
10+
11+
* add config validation schema ([a16e1ee](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/a16e1ee9b40957faf85c3d60e2bd2439e9b9be40)), closes [#58](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/58)
12+
613
# [0.6.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.5.0...v0.6.0) (2021-05-14)
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.6.0",
3+
"version": "0.7.0",
44
"description": "serverless plugin to make serverless-sns-sqs-lambda events",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)