Skip to content

Commit 1d78cd1

Browse files
committed
Prepare v3.5.0
1 parent f0355f1 commit 1d78cd1

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,25 @@ This change log follows the format documented in [Keep a CHANGELOG].
88
[semantic versioning]: http://semver.org/
99
[keep a changelog]: http://keepachangelog.com/
1010

11+
## v3.5.0 - 2024-03-15
12+
13+
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).
14+
15+
### Fixed
16+
17+
- [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)
18+
19+
- [Fixed `daysToWeeks` returning negative 0.](https://github.com/date-fns/date-fns/commit/882ced61c692c7c4a79eaaec6eb07cb9c8c9195b)
20+
21+
- [Fixed German grammar for the "half a minute" string.](https://github.com/date-fns/date-fns/pull/3715)
22+
23+
### Added
24+
25+
- Added the `constructNow` function that creates the current date using the passed reference date's constructor.
26+
1127
## v3.4.0 - 2024-03-11
1228

13-
Kudos to @kossnocorp, @sakamossan and @Revan99 for working on the release. Also thanks to [@seated](https://github.com/seated) for sponsoring me.
29+
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).
1430

1531
### Added
1632

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "date-fns",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"contributors": [
55
"Sasha Koss <koss@nocorp.me>",
66
"Lesha Koss <regiusprod@gmail.com>"

0 commit comments

Comments
 (0)