From 6f5092a4bb0b93e4b8124804d50ed1f98d85b0dc Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 24 May 2021 12:42:54 +0300 Subject: [PATCH] Version 3.5.4 PR-URL: https://github.com/metarhia/metautil/pull/46 --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad3740..9634141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## [Unreleased][unreleased] +## [3.5.4][] - 2021-05-24 + - Semaphore default parameters +- Package maintenance ## [3.5.3][] - 2021-05-05 @@ -61,7 +64,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.3...HEAD +[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.4...HEAD +[3.5.4]: https://github.com/metarhia/metautil/compare/v3.5.3...v3.5.4 [3.5.3]: https://github.com/metarhia/metautil/compare/v3.5.2...v3.5.3 [3.5.2]: https://github.com/metarhia/metautil/compare/v3.5.1...v3.5.2 [3.5.1]: https://github.com/metarhia/metautil/compare/v3.5.0...v3.5.1 diff --git a/package-lock.json b/package-lock.json index 58b618e..fe37f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metautil", - "version": "3.5.3", + "version": "3.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7342c4e..c9fe7c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metautil", - "version": "3.5.3", + "version": "3.5.4", "author": "Timur Shemsedinov ", "license": "MIT", "description": "Metarhia utilities",