Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.9.1...v1.0.0) (2022-01-07)

### Bug Fixes

* add another source of stage ([e9c1cb1](e9c1cb1)), closes [#432](#432)

### Features

* ensure that work done for issue [#432](#432) is published as a new major version ([6433354](6433354))

### BREAKING CHANGES

* the way that stage is determined has changed which might cause the generated CF template to change, causing issues on the next deploy
  • Loading branch information
semantic-release-bot committed Jan 7, 2022
1 parent ee7d4cd commit 47ebb7e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.9.1...v1.0.0) (2022-01-07)


### Bug Fixes

* add another source of stage ([e9c1cb1](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/e9c1cb185706dca8ffcaf8b5b1a82b80512215c1)), closes [#432](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/432)


### Features

* ensure that work done for issue [#432](https://github.com/agiledigital/serverless-sns-sqs-lambda/issues/432) is published as a new major version ([6433354](https://github.com/agiledigital/serverless-sns-sqs-lambda/commit/643335489b6488d8beb4ed2755c60623b16cabe1))


### BREAKING CHANGES

* the way that stage is determined has changed which might cause the generated CF template to change, causing issues on the next deploy

## [0.9.1](https://github.com/agiledigital/serverless-sns-sqs-lambda/compare/v0.9.0...v0.9.1) (2021-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agiledigital/serverless-sns-sqs-lambda",
"version": "0.9.1",
"version": "1.0.0",
"description": "serverless plugin to make serverless-sns-sqs-lambda events",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 47ebb7e

Please sign in to comment.