Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Apr 20, 2021
1 parent e0f1cc6 commit 4c1d9ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.21.0](https://github.com/rafamel/kpo/compare/v0.20.0...v0.21.0) (2021-04-20)


### Features

* **tasks:** take any number of tasks on finalize ([e0f1cc6](https://github.com/rafamel/kpo/commit/e0f1cc67cad6a4e40b44e50a3fc687b2ad0c114a))
* all functions taking options and tasks take options as a parameter before tasks ([44f5479](https://github.com/rafamel/kpo/commit/44f54792fe8394ceeeb07da1aef029000544c04a))
* **cli:** don't notify of updates when run in npm scripts by default ([4e4d542](https://github.com/rafamel/kpo/commit/4e4d542b51166223a32eef4c787c5753b6c2c293))
* **utils:** add isLevelActive ([700ce5c](https://github.com/rafamel/kpo/commit/700ce5c07fa6ccec19fae1fef68214782e95d2c7))



# [0.20.0](https://github.com/rafamel/kpo/compare/v0.19.0...v0.20.0) (2021-04-18)


Expand Down
4 changes: 2 additions & 2 deletions 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": "kpo",
"version": "0.20.0",
"version": "0.21.0",
"author": "Rafa Mel",
"description": "A task runner that goes where npm scripts won't, for the true capo",
"keywords": [
Expand Down

0 comments on commit 4c1d9ed

Please sign in to comment.