Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwibot committed Jun 2, 2022
1 parent 9ab8246 commit 8a4b7aa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [1.0.0](https://github.com/qiwi/zx-extra/compare/undefined...v1.0.0) (2022-06-02)

### Features
* feat: add semver ([37b8913](https://github.com/qiwi/zx-extra/commit/37b8913215a44b6b4c9b38c571e5198223f707ef))
* feat: add types for argv global ([a6c5d24](https://github.com/qiwi/zx-extra/commit/a6c5d24c1a5b24fdc3e74d98a9cd5997464d1623))
* feat: add argv parsing ([d0f3012](https://github.com/qiwi/zx-extra/commit/d0f30129b5977353f5918738894c903c2ee028c9))
* feat: replace $.fs with fs-extra ([cd7ee6e](https://github.com/qiwi/zx-extra/commit/cd7ee6ebe9919f76cc977f8533fff46e7879ff6e))
* feat: add $.silent ([e833960](https://github.com/qiwi/zx-extra/commit/e833960c18d33c764ddec5d9e9294860059d70e3))
* feat: add $.raw ([937a6a2](https://github.com/qiwi/zx-extra/commit/937a6a20bd3c41dbf81db0bb4b89bf0d82373e7f))

### Fixes & improvements
* refactor: migrate to maven dir layout, update zx to v6.2.0 ([71ef024](https://github.com/qiwi/zx-extra/commit/71ef0246898162eedae259a6d0f5b8103ac37ed6))
* refactor: migrate to zx v6 ([607b5cd](https://github.com/qiwi/zx-extra/commit/607b5cd9e58eb57ab186b36a55d7bed3784c389f))
* refactor: use promise finally silent hook ([52c628a](https://github.com/qiwi/zx-extra/commit/52c628ab7089a03f905735a0c070e0e2bd44651d))
* docs(readme): add fs-extra usage example ([dc4608a](https://github.com/qiwi/zx-extra/commit/dc4608abb765c384c078f58fe0802a2e5ccbb4a2))
* docs(readme): formatting ([fb0a9ff](https://github.com/qiwi/zx-extra/commit/fb0a9ff1a8a7e7edf44a8bf6471947e7f072bd2c))


4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "zx-extra",
"version": "0.0.4",
"version": "1.0.0",
"description": "zx with some useful extras",
"main": "./src/main/js/index.mjs",
"type": "module",
Expand Down

0 comments on commit 8a4b7aa

Please sign in to comment.