diff --git a/CHANGELOG.md b/CHANGELOG.md index 577b74b..a1ee03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.0](https://github.com/gravity-ui/date-utils/compare/v2.5.6...v2.6.0) (2024-12-24) + + +### 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)) + ## [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 f114261..4eb98de 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",