Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2020-12-11)

### Features

* **#10:** resolve [#10](#10) : add cli option '--stop-on-failure' ([b6c9c6b](b6c9c6b))
* **#8:** resolve [#8](#8) list all tasks which are available ([eefb5ef](eefb5ef))
* **#9:** resolve [#9](#9) : add cli option `--silent` ([dd6bc24](dd6bc24))
  • Loading branch information
semantic-release-bot committed Dec 11, 2020
1 parent b6c9c6b commit 3e77263
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.2.0](https://github.com/DasRed/perst/compare/v2.1.0...v2.2.0) (2020-12-11)


### Features

* **#10:** resolve [#10](https://github.com/DasRed/perst/issues/10) : add cli option '--stop-on-failure' ([b6c9c6b](https://github.com/DasRed/perst/commit/b6c9c6ba5c604890f245525cb17a46564393584d))
* **#8:** resolve [#8](https://github.com/DasRed/perst/issues/8) list all tasks which are available ([eefb5ef](https://github.com/DasRed/perst/commit/eefb5ef60acb7a1b174d4c2c79882659d9f3b0ef))
* **#9:** resolve [#9](https://github.com/DasRed/perst/issues/9) : add cli option `--silent` ([dd6bc24](https://github.com/DasRed/perst/commit/dd6bc245db6598a4219ccd9d43f75ec2a1fba5d7))

# [2.1.0](https://github.com/DasRed/perst/compare/v2.0.0...v2.1.0) (2020-12-11)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perst",
"version": "2.1.0",
"version": "2.2.0",
"main": "dist/index.js",
"type": "module",
"bin": {
Expand Down

0 comments on commit 3e77263

Please sign in to comment.