From 2eff7b535a16dce6c8eeb0b7a4cb161308517797 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 25 Oct 2021 00:47:17 +0300 Subject: [PATCH] Version 0.0.2 PR-URL: https://github.com/metarhia/noroutine/pull/6 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..95183cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [Unreleased][unreleased] + +## [0.0.2][] - 2021-10-25 + +- First balancer implementation + +## [0.0.1][] - 2021-10-24 + +- Initial library stub + +[unreleased]: https://github.com/metarhia/noroutine/compare/v0.0.2...HEAD +[0.0.2]: https://github.com/metarhia/noroutine/compare/v0.0.1...v0.0.2 +[0.0.1]: https://github.com/metarhia/noroutine/releases/tag/v0.0.1 diff --git a/package-lock.json b/package-lock.json index 9d680c9..23740da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "noroutine", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b7286d..f9a123c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noroutine", - "version": "0.0.1", + "version": "0.0.2", "author": "Timur Shemsedinov ", "license": "MIT", "description": "Metarhia utilities",