Skip to content

Commit 716992a

Browse files
committed
Promote to v3.2.0
1 parent 25f1bd6 commit 716992a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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.2.0 - 2024-01-09
12+
13+
This release is brought to you by @kossnocorp, @fturmel, @grossbart, @MelvinVermeer, and @jcarstairs-scottlogic.
14+
15+
### Fixed
16+
17+
- Fixed types compatability with Lodash's `flow` and fp-ts's `pipe`. ([#3641](https://github.com/date-fns/date-fns/issues/3641))
18+
19+
- [Fixed inconsistent behavior of `roundToNearestMinutes`.](https://github.com/date-fns/date-fns/pull/3132)
20+
21+
### Added
22+
23+
- Added exports of `format`, `lightFormat`, and `parse` internals that enable 3rd-parties to consume those.
24+
1125
## v3.1.0 - 2024-01-05
1226

1327
This release is brought to you by @kossnocorp, @makstyle119 and @dmgawel.

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.1.0",
3+
"version": "3.2.0",
44
"contributors": [
55
"Sasha Koss <koss@nocorp.me>",
66
"Lesha Koss <regiusprod@gmail.com>"

0 commit comments

Comments
 (0)