Skip to content

Commit 9493a7b

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2022-05-13) ### Bug Fixes * allow physical ID to be omitted ([#444](#444)) ([b22944f](b22944f)) * ensure name uniqueness ([#444](#444)) ([83617d6](83617d6))
1 parent ae2ad5b commit 9493a7b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.0.1](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v1.0.0...v1.0.1) (2022-05-13)
7+
8+
9+
### Bug Fixes
10+
11+
* allow physical ID to be omitted ([#444](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/444)) ([b22944f](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/b22944f5094a544fe7b4f1b0358d21967668b6e2))
12+
* ensure name uniqueness ([#444](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/444)) ([83617d6](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/83617d6b98164cf14b14944a3a94e9dec906267e))
13+
614
# [1.0.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.9.1...v1.0.0) (2022-01-07)
715

816

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "serverless plugin to make serverless-sns-sqs-lambda events",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)