Skip to content

Commit

Permalink
Version 0.0.7
Browse files Browse the repository at this point in the history
PR-URL: #26
  • Loading branch information
tshemsedinov committed Jul 3, 2022
1 parent c06b328 commit ae2e61f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
*.log
.DS_Store
CHANGELOG.md
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": "noroutine",
"version": "0.0.6",
"version": "0.0.7",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"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.",
Expand Down

0 comments on commit ae2e61f

Please sign in to comment.