Skip to content

Commit a8c4888

Browse files
committed
Version 3.5.16
PR-URL: #93
1 parent fa03f54 commit a8c4888

3 files changed

Lines changed: 13 additions & 10 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.16][] - 2021-10-10
6+
57
- Add `Pool` method `isFree(item: object): boolean`
68
- Add function `jsonParse(buffer: Buffer): object | null`
79
- Add function `receiveBody(req: IncomingMessage): Promise<string | null>`
@@ -122,7 +124,8 @@
122124
See this link for 2.2.0 and all previous versions:
123125
https://github.com/metarhia/common/blob/master/CHANGELOG.md
124126

125-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.15....HEAD
127+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.16....HEAD
128+
[3.5.16]: https://github.com/metarhia/metautil/compare/v3.5.15...v3.5.16
126129
[3.5.15]: https://github.com/metarhia/metautil/compare/v3.5.14...v3.5.15
127130
[3.5.14]: https://github.com/metarhia/metautil/compare/v3.5.13...v3.5.14
128131
[3.5.13]: https://github.com/metarhia/metautil/compare/v3.5.12...v3.5.13

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metautil",
3-
"version": "3.5.15",
3+
"version": "3.5.16",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia utilities",
@@ -38,7 +38,7 @@
3838
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
3939
},
4040
"devDependencies": {
41-
"@types/node": "^16.9.6",
41+
"@types/node": "^16.10.3",
4242
"eslint": "^7.32.0",
4343
"eslint-config-metarhia": "^7.0.1",
4444
"eslint-config-prettier": "^8.3.0",

0 commit comments

Comments
 (0)