From a51100804da25d02297b0a498b0d95c3ffacf575 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:52:40 +0300 Subject: [PATCH] chore(main): release 2.5.5 (#80) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f08de..b3fd893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.5.5](https://github.com/gravity-ui/date-utils/compare/v2.5.4...v2.5.5) (2024-10-30) + + +### Bug Fixes + +* DateTimeImpl should work with any instances of type DateTime ([#79](https://github.com/gravity-ui/date-utils/issues/79)) ([b552c5f](https://github.com/gravity-ui/date-utils/commit/b552c5fe470a017332f8c17d4b17e820ec999fba)) +* isValid should not throw ([#78](https://github.com/gravity-ui/date-utils/issues/78)) ([f819783](https://github.com/gravity-ui/date-utils/commit/f8197836e46960d3a8800192cf13575b373afd77)) + ## [2.5.4](https://github.com/gravity-ui/date-utils/compare/v2.5.3...v2.5.4) (2024-09-30) diff --git a/package-lock.json b/package-lock.json index 8243cd4..8775f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/date-utils", - "version": "2.5.4", + "version": "2.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/date-utils", - "version": "2.5.4", + "version": "2.5.5", "license": "MIT", "dependencies": { "dayjs": "1.11.10", diff --git a/package.json b/package.json index dce32c8..604cb18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/date-utils", - "version": "2.5.4", + "version": "2.5.5", "description": "Gravity UI date helpers", "main": "build/index.js", "types": "build/index.d.ts",