Skip to content

Commit

Permalink
Promote to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jan 9, 2024
1 parent 25f1bd6 commit 716992a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,20 @@ This change log follows the format documented in [Keep a CHANGELOG].
[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## v3.2.0 - 2024-01-09

This release is brought to you by @kossnocorp, @fturmel, @grossbart, @MelvinVermeer, and @jcarstairs-scottlogic.

### Fixed

- Fixed types compatability with Lodash's `flow` and fp-ts's `pipe`. ([#3641](https://github.com/date-fns/date-fns/issues/3641))

- [Fixed inconsistent behavior of `roundToNearestMinutes`.](https://github.com/date-fns/date-fns/pull/3132)

### Added

- Added exports of `format`, `lightFormat`, and `parse` internals that enable 3rd-parties to consume those.

## v3.1.0 - 2024-01-05

This release is brought to you by @kossnocorp, @makstyle119 and @dmgawel.
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.1.0",
"version": "3.2.0",
"contributors": [
"Sasha Koss <koss@nocorp.me>",
"Lesha Koss <regiusprod@gmail.com>"
Expand Down

0 comments on commit 716992a

Please sign in to comment.