Skip to content

Commit 4c07db2

Browse files
committed
Version 3.5.17
PR-URL: #102
1 parent 35560f8 commit 4c07db2

3 files changed

Lines changed: 6 additions & 3 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.17][] - 2022-01-26
6+
57
- Add function `nowDateTimeUTC(date?: Date, timeSep?: string): string`
68
- Add case functions: `toLower`, `toCamel`, `spinalToCamel`, and `snakeToCamel`
79
- Fixed floating bug in tests for `nowDateTimeUTC`
@@ -128,7 +130,8 @@
128130
See this link for 2.2.0 and all previous versions:
129131
https://github.com/metarhia/common/blob/master/CHANGELOG.md
130132

131-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.16....HEAD
133+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.17....HEAD
134+
[3.5.17]: https://github.com/metarhia/metautil/compare/v3.5.16...v3.5.17
132135
[3.5.16]: https://github.com/metarhia/metautil/compare/v3.5.15...v3.5.16
133136
[3.5.15]: https://github.com/metarhia/metautil/compare/v3.5.14...v3.5.15
134137
[3.5.14]: https://github.com/metarhia/metautil/compare/v3.5.13...v3.5.14

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metautil",
3-
"version": "3.5.16",
3+
"version": "3.5.17",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia utilities",

0 commit comments

Comments
 (0)