diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bd8f1..957dd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.5.0](https://github.com/gravity-ui/date-utils/compare/v2.4.0...v2.5.0) (2024-05-23) + + +### Features + +* **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)) +* **Duration:** add format method ([#60](https://github.com/gravity-ui/date-utils/issues/60)) ([aa0af56](https://github.com/gravity-ui/date-utils/commit/aa0af5689e837bdd8da6eca36b08c22609569092)) + ## [2.4.0](https://github.com/gravity-ui/date-utils/compare/v2.3.0...v2.4.0) (2024-04-24) diff --git a/package-lock.json b/package-lock.json index dbc5852..9c55afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/date-utils", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/date-utils", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "dependencies": { "dayjs": "1.11.10", diff --git a/package.json b/package.json index 521234a..1aa05e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/date-utils", - "version": "2.4.0", + "version": "2.5.0", "description": "Gravity UI date helpers", "main": "build/index.js", "types": "build/index.d.ts",