From 2e7aa66f25ac9e77868e748a780f15f02947afa2 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Fri, 1 Apr 2022 11:21:29 +0300 Subject: [PATCH] Version 0.0.6 PR-URL: https://github.com/metarhia/noroutine/pull/24 --- AUTHORS | 3 +++ CHANGELOG.md | 7 ++++++- LICENSE | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 54e80d3..221659d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,4 @@ Timur Shemsedinov +Ivan Smirnov +Eugen Shaposhnikov +Ranko Stevanovich diff --git a/CHANGELOG.md b/CHANGELOG.md index 3522fed..ce8cdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] +## [0.0.6][] - 2022-04-01 + +- Update dependencies and package maintenance + ## [0.0.5][] - 2021-11-09 - Ability to initialize noroutine with multiple modules @@ -25,7 +29,8 @@ - Initial library stub -[unreleased]: https://github.com/metarhia/noroutine/compare/v0.0.5...HEAD +[unreleased]: https://github.com/metarhia/noroutine/compare/v0.0.6...HEAD +[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 [0.0.3]: https://github.com/metarhia/noroutine/compare/v0.0.2...v0.0.3 diff --git a/LICENSE b/LICENSE index dbc5412..a53532f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Metarhia contributors (full list in AUTHORS file) +Copyright (c) 2021-2022 Metarhia contributors (full list in AUTHORS file) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 35bc2c2..4d0c9c4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,6 @@ noroutine.init({ ## License & Contributors -Copyright (c) 2021 [Metarhia contributors](https://github.com/metarhia/noroutine/graphs/contributors). +Copyright (c) 2021-2022 [Metarhia contributors](https://github.com/metarhia/noroutine/graphs/contributors). Noroutine is [MIT licensed](./LICENSE).\ Noroutine is a part of [Metarhia](https://github.com/metarhia) technology stack. diff --git a/package-lock.json b/package-lock.json index eb07690..e276c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "noroutine", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 446e772..7258ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noroutine", - "version": "0.0.5", + "version": "0.0.6", "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.",