Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2022-04-25)

### Features

* **filters:**  Add ability to filter based on 'n' number of tags ([#2](#2)) ([3a83647](3a83647))
  • Loading branch information
semantic-release-bot committed Apr 25, 2022
1 parent 3a83647 commit 39f1d2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/mdial89f/serverless-stage-destroyer/compare/v1.2.1...v1.3.0) (2022-04-25)


### Features

* **filters:** Add ability to filter based on 'n' number of tags ([#2](https://github.com/mdial89f/serverless-stage-destroyer/issues/2)) ([3a83647](https://github.com/mdial89f/serverless-stage-destroyer/commit/3a836476590eaac156bdb76db2e97ae044ab96e2))

## [1.2.1](https://github.com/mdial89f/serverless-stage-destroyer/compare/v1.2.0...v1.2.1) (2022-04-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": "@mdial89f/serverless-stage-destroyer",
"version": "1.2.1",
"version": "1.3.0",
"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 39f1d2c

Please sign in to comment.