Skip to content

Commit 62de142

Browse files
Release 2.5.0
[skip ci] ## [2.5.0](v2.4.0...v2.5.0) (2025-01-14) ### Features * support convert milliseconds and fix timezone ([#66](#66)) ([4bc6691](4bc6691))
1 parent 4bc6691 commit 62de142

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/node-modules/utility/compare/v2.4.0...v2.5.0) (2025-01-14)
4+
5+
6+
### Features
7+
8+
* support convert milliseconds and fix timezone ([#66](https://github.com/node-modules/utility/issues/66)) ([4bc6691](https://github.com/node-modules/utility/commit/4bc669117456c1ad8936cd1f1ce46489d4f6153f))
9+
310
## [2.4.0](https://github.com/node-modules/utility/compare/v2.3.0...v2.4.0) (2024-12-22)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "utility",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A collection of useful utilities.",
55
"scripts": {
66
"lint": "eslint src test --ext ts",

0 commit comments

Comments
 (0)