Skip to content

Commit 2732155

Browse files
committed
Version 3.5.15
PR-URL: #89
1 parent 825552f commit 2732155

3 files changed

Lines changed: 14 additions & 11 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.15][] - 2021-09-23
6+
57
- Fixed Pool infinite loop case
68
- Add simple `fetch` API implementation
79

@@ -116,7 +118,8 @@
116118
See this link for 2.2.0 and all previous versions:
117119
https://github.com/metarhia/common/blob/master/CHANGELOG.md
118120

119-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.14....HEAD
121+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.15....HEAD
122+
[3.5.15]: https://github.com/metarhia/metautil/compare/v3.5.14...v3.5.15
120123
[3.5.14]: https://github.com/metarhia/metautil/compare/v3.5.13...v3.5.14
121124
[3.5.13]: https://github.com/metarhia/metautil/compare/v3.5.12...v3.5.13
122125
[3.5.12]: https://github.com/metarhia/metautil/compare/v3.5.11...v3.5.12

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metautil",
3-
"version": "3.5.14",
3+
"version": "3.5.15",
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.1",
41+
"@types/node": "^16.9.6",
4242
"eslint": "^7.32.0",
4343
"eslint-config-metarhia": "^7.0.1",
4444
"eslint-config-prettier": "^8.3.0",
4545
"eslint-plugin-import": "^2.24.2",
4646
"eslint-plugin-prettier": "^4.0.0",
4747
"metatests": "^0.7.2",
48-
"prettier": "^2.4.0",
48+
"prettier": "^2.4.1",
4949
"typescript": "^4.4.3"
5050
}
5151
}

0 commit comments

Comments
 (0)