diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..17144bb --- /dev/null +++ b/CHANGELOG.md @@ -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)) + + diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8817b6f..059cbd1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "zx-extra", - "version": "0.0.4", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zx-extra", - "version": "0.0.4", + "version": "1.0.0", "license": "MIT", "dependencies": { "@types/node": "^17.0.38", diff --git a/package.json b/package.json index 9ea2e42..1a51646 100644 --- a/package.json +++ b/package.json @@ -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",