diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd1e5c..4fd6b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [3.5.7][] - 2021-07-21 + - Initial implementation of `parseEvery` - Initial implementation of `nextEvent` @@ -77,7 +79,8 @@ See this link for 2.2.0 and all previous versions: https://github.com/metarhia/common/blob/master/CHANGELOG.md -[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.6...HEAD +[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.7...HEAD +[3.5.7]: https://github.com/metarhia/metautil/compare/v3.5.6...v3.5.7 [3.5.6]: https://github.com/metarhia/metautil/compare/v3.5.5...v3.5.6 [3.5.5]: https://github.com/metarhia/metautil/compare/v3.5.4...v3.5.5 [3.5.4]: https://github.com/metarhia/metautil/compare/v3.5.3...v3.5.4 diff --git a/package-lock.json b/package-lock.json index c7f7b0f..b572812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metautil", - "version": "3.5.6", + "version": "3.5.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9329100..d77f68d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metautil", - "version": "3.5.6", + "version": "3.5.7", "author": "Timur Shemsedinov ", "license": "MIT", "description": "Metarhia utilities",