Skip to content

Commit 58881d3

Browse files
committed
Version 3.5.3
PR-URL: #43
1 parent be8a6d9 commit 58881d3

3 files changed

Lines changed: 40 additions & 53 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [3.5.3][] - 2021-05-05
6+
57
- Implement 'toLowerCamel' and 'toUpperCamel'
8+
- Package maintenance and update dependencies
69

710
## [3.5.2][] - 2021-04-20
811

@@ -56,7 +59,8 @@
5659
See this link for 2.2.0 and all previous versions:
5760
https://github.com/metarhia/common/blob/master/CHANGELOG.md
5861

59-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.2...HEAD
62+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.3...HEAD
63+
[3.5.3]: https://github.com/metarhia/metautil/compare/v3.5.2...v3.5.3
6064
[3.5.2]: https://github.com/metarhia/metautil/compare/v3.5.1...v3.5.2
6165
[3.5.1]: https://github.com/metarhia/metautil/compare/v3.5.0...v3.5.1
6266
[3.5.0]: https://github.com/metarhia/metautil/compare/v3.4.0...v3.5.0

package-lock.json

Lines changed: 31 additions & 48 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.2",
3+
"version": "3.5.3",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia utilities",
@@ -38,10 +38,10 @@
3838
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
3939
},
4040
"devDependencies": {
41-
"@types/node": "^14.14.41",
42-
"eslint": "^7.24.0",
41+
"@types/node": "^15.0.2",
42+
"eslint": "^7.25.0",
4343
"eslint-config-metarhia": "^7.0.1",
44-
"eslint-config-prettier": "^8.2.0",
44+
"eslint-config-prettier": "^8.3.0",
4545
"eslint-plugin-import": "^2.22.1",
4646
"eslint-plugin-prettier": "^3.4.0",
4747
"metatests": "^0.7.2",

0 commit comments

Comments
 (0)