We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b11e3 commit b882090Copy full SHA for b882090
2 files changed
CHANGELOG.md
@@ -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
8
### v3.1.3 (17 April 2024)
9
10
- [BUGFIX] Make `getTimeZoneOffset`'s 2nd arg optional
package.json
@@ -1,6 +1,6 @@
{
"name": "date-fns-tz",
- "version": "3.1.3",
+ "version": "3.2.0",
"sideEffects": false,
"description": "Time zone support for date-fns v3 with the Intl API",
"author": "Marnus Weststrate <marnusw@gmail.com>",
0 commit comments