Skip to content

Commit

Permalink
chore(main): release 2.5.4 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Sep 30, 2024
1 parent 8df988e commit 73ebe01
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.4](https://github.com/gravity-ui/date-utils/compare/v2.5.3...v2.5.4) (2024-09-30)


### Bug Fixes

* **dateTime:** calculate ralative time via duration ([#75](https://github.com/gravity-ui/date-utils/issues/75)) ([8b8d132](https://github.com/gravity-ui/date-utils/commit/8b8d1325d82e3b498523beba536484b6501f856a))
* **dateTimeParse:** parse 0 as valid dateTime ([#74](https://github.com/gravity-ui/date-utils/issues/74)) ([8df988e](https://github.com/gravity-ui/date-utils/commit/8df988e39248d0a3a4411cfcf50261f5045da1be))

## [2.5.3](https://github.com/gravity-ui/date-utils/compare/v2.5.2...v2.5.3) (2024-06-10)


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.3",
"version": "2.5.4",
"description": "Gravity UI date helpers",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 73ebe01

Please sign in to comment.