Skip to content

Commit

Permalink
Version 3.5.3
Browse files Browse the repository at this point in the history
PR-URL: #43
  • Loading branch information
tshemsedinov committed May 5, 2021
1 parent be8a6d9 commit 58881d3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 53 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased][unreleased]

## [3.5.3][] - 2021-05-05

- Implement 'toLowerCamel' and 'toUpperCamel'
- Package maintenance and update dependencies

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

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

[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.2...HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.3...HEAD
[3.5.3]: https://github.com/metarhia/metautil/compare/v3.5.2...v3.5.3
[3.5.2]: https://github.com/metarhia/metautil/compare/v3.5.1...v3.5.2
[3.5.1]: https://github.com/metarhia/metautil/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/metarhia/metautil/compare/v3.4.0...v3.5.0
Expand Down
79 changes: 31 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metautil",
"version": "3.5.2",
"version": "3.5.3",
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down Expand Up @@ -38,10 +38,10 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
},
"devDependencies": {
"@types/node": "^14.14.41",
"eslint": "^7.24.0",
"@types/node": "^15.0.2",
"eslint": "^7.25.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
Expand Down

0 comments on commit 58881d3

Please sign in to comment.