We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5b9ab commit b1ff162Copy full SHA for b1ff162
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v3.1.1 (16 April 2024)
2
+
3
+- [BUGFIX] `getTimeZoneOffset`'s 2nd arg should be optional (#281)
4
5
### v3.1.0 (15 April 2024)
6
7
- [REFACTOR] Full rewrite in TypeScript (#278) Thank you, @brettwillis
package.json
@@ -1,6 +1,6 @@
{
"name": "date-fns-tz",
- "version": "3.1.0",
+ "version": "3.1.1",
"sideEffects": false,
"description": "Time zone support for date-fns v3 with the Intl API",
"author": "Marnus Weststrate <marnusw@gmail.com>",
0 commit comments