Skip to content

Commit 8d53ff1

Browse files
chore(main): release 2.6.0 (#84)
1 parent 08485c4 commit 8d53ff1

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.6.0](https://github.com/gravity-ui/date-utils/compare/v2.5.6...v2.6.0) (2025-09-26)
4+
5+
6+
### Features
7+
8+
* parse well known date strings ([#81](https://github.com/gravity-ui/date-utils/issues/81)) ([3e1b974](https://github.com/gravity-ui/date-utils/commit/3e1b974851a47b56b8baa7dd7b1e363ff854609f))
9+
10+
11+
### Bug Fixes
12+
13+
* add named export of dayjs ([#89](https://github.com/gravity-ui/date-utils/issues/89)) ([08485c4](https://github.com/gravity-ui/date-utils/commit/08485c477911322bdf9c59bc2f5e4f1e8a8c98d9))
14+
315
## [2.5.6](https://github.com/gravity-ui/date-utils/compare/v2.5.5...v2.5.6) (2024-11-21)
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.5.6",
3+
"version": "2.6.0",
44
"description": "Gravity UI date helpers",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)