Skip to content

Commit b882090

Browse files
committed
3.2.0
1 parent 62b11e3 commit b882090

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v3.2.0 (27 September 2024)
2+
3+
- [DEPS] `date-fns@4.0.0` supported (#301)
4+
- [PERFORMANCE] Make testDateFormatted static to avoid re-initialising it on every call (#297) @hurali97
5+
- [ENHANCEMENT] Compatibility with `date-fns` `setDefaultOptions` (#286) @yangchristina
6+
- [DOCS] Fixed table of contents links (#284)
7+
18
### v3.1.3 (17 April 2024)
29

310
- [BUGFIX] Make `getTimeZoneOffset`'s 2nd arg optional

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-tz",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"sideEffects": false,
55
"description": "Time zone support for date-fns v3 with the Intl API",
66
"author": "Marnus Weststrate <marnusw@gmail.com>",

0 commit comments

Comments
 (0)