Skip to content

Commit

Permalink
Prepare v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Mar 15, 2024
1 parent f0355f1 commit 1d78cd1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,9 +8,25 @@ This change log follows the format documented in [Keep a CHANGELOG].
[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## v3.5.0 - 2024-03-15

Kudos to @fturmel, @kossnocorp, @makstyle119, @tan75, @marcreichel, @tareknatsheh and @audunru for working on the release. Also, thanks to [@seated](https://github.com/seated) [for sponsoring me](https://github.com/sponsors/kossnocorp).

### Fixed

- [Fixed functions that use current date internally and made them work with date extensions like `UTCDate`.](https://github.com/date-fns/date-fns/issues/3730)

- [Fixed `daysToWeeks` returning negative 0.](https://github.com/date-fns/date-fns/commit/882ced61c692c7c4a79eaaec6eb07cb9c8c9195b)

- [Fixed German grammar for the "half a minute" string.](https://github.com/date-fns/date-fns/pull/3715)

### Added

- Added the `constructNow` function that creates the current date using the passed reference date's constructor.

## v3.4.0 - 2024-03-11

Kudos to @kossnocorp, @sakamossan and @Revan99 for working on the release. Also thanks to [@seated](https://github.com/seated) for sponsoring me.
Kudos to @kossnocorp, @sakamossan and @Revan99 for working on the release. Also, thanks to [@seated](https://github.com/seated) [for sponsoring me](https://github.com/sponsors/kossnocorp).

### Added

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
@@ -1,6 +1,6 @@
{
"name": "date-fns",
"version": "3.4.0",
"version": "3.5.0",
"contributors": [
"Sasha Koss <koss@nocorp.me>",
"Lesha Koss <regiusprod@gmail.com>"
Expand Down

0 comments on commit 1d78cd1

Please sign in to comment.