Skip to content

Commit 7cba3a7

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](v0.2.0...v0.2.1) (2021-01-20) ### Bug Fixes * Fix import of AWS provider class in test ([acd748f](acd748f))
1 parent c50faa5 commit 7cba3a7

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.2.1](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.2.0...v0.2.1) (2021-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix import of AWS provider class in test ([acd748f](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/acd748ff7ac5fff87ba9f76d4631d8c2869117af))
12+
613
# [0.2.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.1.12...v0.2.0) (2020-11-03)
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.2.0",
3+
"version": "0.2.1",
44
"description": "serverless plugin to make serverless-sns-sqs-lambda events",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)