Skip to content

Commit 83f0ecc

Browse files
committed
Version 3.5.13
PR-URL: #83
1 parent 088f653 commit 83f0ecc

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [3.5.13][] - 2021-09-20
6+
57
- Wait for available (released) item in Pool with waiting timeout
68
- Pool: prevent to add duplicates and to release not captured items
9+
- Regrouped utilities into modules and tests
710

811
## [3.5.12][] - 2021-09-18
912

@@ -106,7 +109,8 @@
106109
See this link for 2.2.0 and all previous versions:
107110
https://github.com/metarhia/common/blob/master/CHANGELOG.md
108111

109-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.12....HEAD
112+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.13....HEAD
113+
[3.5.13]: https://github.com/metarhia/metautil/compare/v3.5.12...v3.5.13
110114
[3.5.12]: https://github.com/metarhia/metautil/compare/v3.5.11...v3.5.12
111115
[3.5.11]: https://github.com/metarhia/metautil/compare/v3.5.10...v3.5.11
112116
[3.5.10]: https://github.com/metarhia/metautil/compare/v3.5.9...v3.5.10

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metautil",
3-
"version": "3.5.12",
3+
"version": "3.5.13",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia utilities",
@@ -38,14 +38,14 @@
3838
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
3939
},
4040
"devDependencies": {
41-
"@types/node": "^16.9.0",
41+
"@types/node": "^16.9.1",
4242
"eslint": "^7.32.0",
4343
"eslint-config-metarhia": "^7.0.1",
4444
"eslint-config-prettier": "^8.3.0",
45-
"eslint-plugin-import": "^2.24.0",
45+
"eslint-plugin-import": "^2.24.2",
4646
"eslint-plugin-prettier": "^4.0.0",
4747
"metatests": "^0.7.2",
4848
"prettier": "^2.4.0",
49-
"typescript": "^4.4.2"
49+
"typescript": "^4.4.3"
5050
}
5151
}

0 commit comments

Comments
 (0)