Skip to content

Commit 336ab0b

Browse files
committed
3.1.2
1 parent 1181fe6 commit 336ab0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v3.1.2 (16 April 2024)
2+
3+
- [BUGFIX] Fix `formatInTimeZone` use of `timeZone` string (#280)
4+
15
### v3.1.1 (16 April 2024)
26

37
- [BUGFIX] `getTimeZoneOffset`'s 2nd arg should be optional (#281)

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.1",
3+
"version": "3.1.2",
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)