Skip to content

Commit 069e864

Browse files
committed
Version 3.5.9
PR-URL: #61
1 parent fe74372 commit 069e864

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.5.9][] - 2021-07-27
6+
57
- Optimize Semaphore
68
- Add Semaphore properties: `concurrency: number` add `empty: boolean`
79

@@ -86,7 +88,8 @@
8688
See this link for 2.2.0 and all previous versions:
8789
https://github.com/metarhia/common/blob/master/CHANGELOG.md
8890

89-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.8...HEAD
91+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.9...HEAD
92+
[3.5.9]: https://github.com/metarhia/metautil/compare/v3.5.8...v3.5.9
9093
[3.5.8]: https://github.com/metarhia/metautil/compare/v3.5.7...v3.5.8
9194
[3.5.7]: https://github.com/metarhia/metautil/compare/v3.5.6...v3.5.7
9295
[3.5.6]: https://github.com/metarhia/metautil/compare/v3.5.5...v3.5.6

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metautil",
3-
"version": "3.5.8",
3+
"version": "3.5.9",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia utilities",

0 commit comments

Comments
 (0)