Skip to content

Commit

Permalink
chore(main): release 2.4.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Apr 24, 2024
1 parent 9784b50 commit 155e56e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.4.0](https://github.com/gravity-ui/date-utils/compare/v2.3.0...v2.4.0) (2024-04-24)


### Features

* add Duration ([#55](https://github.com/gravity-ui/date-utils/issues/55)) ([2da2434](https://github.com/gravity-ui/date-utils/commit/2da243405a5da7b88a11185d23aa4f415ef747f9))


### Bug Fixes

* **Duration:** humanize should not depend on DST ([#56](https://github.com/gravity-ui/date-utils/issues/56)) ([9784b50](https://github.com/gravity-ui/date-utils/commit/9784b50c505e51e6daf2654b663cded59b2bd3c8))

## [2.3.0](https://github.com/gravity-ui/date-utils/compare/v2.2.0...v2.3.0) (2024-04-15)


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

0 comments on commit 155e56e

Please sign in to comment.