We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1181fe6 commit 336ab0bCopy full SHA for 336ab0b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v3.1.2 (16 April 2024)
2
+
3
+- [BUGFIX] Fix `formatInTimeZone` use of `timeZone` string (#280)
4
5
### v3.1.1 (16 April 2024)
6
7
- [BUGFIX] `getTimeZoneOffset`'s 2nd arg should be optional (#281)
package.json
@@ -1,6 +1,6 @@
{
"name": "date-fns-tz",
- "version": "3.1.1",
+ "version": "3.1.2",
"sideEffects": false,
"description": "Time zone support for date-fns v3 with the Intl API",
"author": "Marnus Weststrate <marnusw@gmail.com>",
0 commit comments