Skip to content

Commit 54b77be

Browse files
chore(main): release 2.5.0 (#61)
1 parent 72c210c commit 54b77be

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [2.5.0](https://github.com/gravity-ui/date-utils/compare/v2.4.0...v2.5.0) (2024-05-23)
4+
5+
6+
### Features
7+
8+
* **DateTime:** use own format and all dates math, remove unused dayjs plugins ([#62](https://github.com/gravity-ui/date-utils/issues/62)) ([72c210c](https://github.com/gravity-ui/date-utils/commit/72c210c34c94320190a0af01d5fc1f1987a6ae61))
9+
* **Duration:** add format method ([#60](https://github.com/gravity-ui/date-utils/issues/60)) ([aa0af56](https://github.com/gravity-ui/date-utils/commit/aa0af5689e837bdd8da6eca36b08c22609569092))
10+
311
## [2.4.0](https://github.com/gravity-ui/date-utils/compare/v2.3.0...v2.4.0) (2024-04-24)
412

513

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.4.0",
3+
"version": "2.5.0",
44
"description": "Gravity UI date helpers",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)