Skip to content

Commit

Permalink
chore(main): release 2.5.5 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Oct 30, 2024
1 parent b552c5f commit a511008
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a511008

Please sign in to comment.