Skip to content

Commit 4ea3e44

Browse files
committed
Version 3.5.11
PR-URL: #68
1 parent 6a6c72f commit 4ea3e44

3 files changed

Lines changed: 22 additions & 19 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.11][] - 2021-09-09
6+
57
- Add `namespaceByPath(namespace: object, path: string): object | null`
68
- Add `md5(fileName: string): Promise<string>`
79

@@ -96,7 +98,8 @@
9698
See this link for 2.2.0 and all previous versions:
9799
https://github.com/metarhia/common/blob/master/CHANGELOG.md
98100

99-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.10....HEAD
101+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.11....HEAD
102+
[3.5.11]: https://github.com/metarhia/metautil/compare/v3.5.10...v3.5.11
100103
[3.5.10]: https://github.com/metarhia/metautil/compare/v3.5.9...v3.5.10
101104
[3.5.9]: https://github.com/metarhia/metautil/compare/v3.5.8...v3.5.9
102105
[3.5.8]: https://github.com/metarhia/metautil/compare/v3.5.7...v3.5.8

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metautil",
3-
"version": "3.5.10",
3+
"version": "3.5.11",
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.6.2",
41+
"@types/node": "^16.9.0",
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.0",
46-
"eslint-plugin-prettier": "^3.4.0",
46+
"eslint-plugin-prettier": "^4.0.0",
4747
"metatests": "^0.7.2",
48-
"prettier": "^2.3.2",
49-
"typescript": "^4.3.5"
48+
"prettier": "^2.4.0",
49+
"typescript": "^4.4.2"
5050
}
5151
}

0 commit comments

Comments
 (0)