Skip to content

Commit 155e56e

Browse files
chore(main): release 2.4.0 (#57)
1 parent 9784b50 commit 155e56e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/gravity-ui/date-utils/compare/v2.3.0...v2.4.0) (2024-04-24)
4+
5+
6+
### Features
7+
8+
* add Duration ([#55](https://github.com/gravity-ui/date-utils/issues/55)) ([2da2434](https://github.com/gravity-ui/date-utils/commit/2da243405a5da7b88a11185d23aa4f415ef747f9))
9+
10+
11+
### Bug Fixes
12+
13+
* **Duration:** humanize should not depend on DST ([#56](https://github.com/gravity-ui/date-utils/issues/56)) ([9784b50](https://github.com/gravity-ui/date-utils/commit/9784b50c505e51e6daf2654b663cded59b2bd3c8))
14+
315
## [2.3.0](https://github.com/gravity-ui/date-utils/compare/v2.2.0...v2.3.0) (2024-04-15)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@gravity-ui/date-utils",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Gravity UI date helpers",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)