diff --git a/.npmignore b/.npmignore index ac1e8f7..cc15658 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ node_modules *.log .DS_Store +CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8cdbd..a76b832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] +## [0.0.7][] - 2022-07-03 + +- Update dependencies and package maintenance + ## [0.0.6][] - 2022-04-01 - Update dependencies and package maintenance @@ -29,7 +33,8 @@ - Initial library stub -[unreleased]: https://github.com/metarhia/noroutine/compare/v0.0.6...HEAD +[unreleased]: https://github.com/metarhia/noroutine/compare/v0.0.7...HEAD +[0.0.7]: https://github.com/metarhia/noroutine/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/metarhia/noroutine/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/metarhia/noroutine/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/metarhia/noroutine/compare/v0.0.3...v0.0.4 diff --git a/package-lock.json b/package-lock.json index ca0ed50..4844abb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "noroutine", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a0a7cc..ad48309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noroutine", - "version": "0.0.6", + "version": "0.0.7", "author": "Timur Shemsedinov ", "license": "MIT", "description": "Goroutine analogue for Node.js, spreads I/O-bound routine (tasks) to utilize thread pool with `worker_threads` using balancer with event loop utilization.",