diff --git a/CHANGELOG.md b/CHANGELOG.md index 577b74b..ef62c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.6.0](https://github.com/gravity-ui/date-utils/compare/v2.5.6...v2.6.0) (2025-09-26) + + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) + ## [2.5.6](https://github.com/gravity-ui/date-utils/compare/v2.5.5...v2.5.6) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index df57602..369852d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/date-utils", - "version": "2.5.6", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/date-utils", - "version": "2.5.6", + "version": "2.6.0", "license": "MIT", "dependencies": { "dayjs": "1.11.10", diff --git a/package.json b/package.json index 291ed02..752ed08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/date-utils", - "version": "2.5.6", + "version": "2.6.0", "description": "Gravity UI date helpers", "main": "build/index.js", "types": "build/index.d.ts",