diff --git a/CHANGELOG.md b/CHANGELOG.md index 22197bc..ec69837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 489bac1..fbc2741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "perst", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index be0fe2d..b3c31c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perst", - "version": "2.1.0", + "version": "2.2.0", "main": "dist/index.js", "type": "module", "bin": {