Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2023-04-20)

### Bug Fixes

* **waiter:**  Increase timeout to 2hr and wait in parallel ([#231](#231)) ([ca228db](ca228db))
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent ca228db commit 3ae6b3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/stratiformdigital/serverless-stage-destroyer/compare/v2.1.0...v2.1.1) (2023-04-20)


### Bug Fixes

* **waiter:** Increase timeout to 2hr and wait in parallel ([#231](https://github.com/stratiformdigital/serverless-stage-destroyer/issues/231)) ([ca228db](https://github.com/stratiformdigital/serverless-stage-destroyer/commit/ca228dbf7fb9f7ef014f9a54f34719550a22ee59))

# [2.1.0](https://github.com/stratiformdigital/serverless-stage-destroyer/compare/v2.0.1...v2.1.0) (2022-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@stratiformdigital/serverless-stage-destroyer",
"version": "2.1.0",
"version": "2.1.1",
"description": "Deletes all Cloudformation Stacks associated to a specified Serverless stage.",
"main": "./dist/index.js",
"typings": "./dist/index.js",
Expand Down

0 comments on commit 3ae6b3c

Please sign in to comment.