Skip to content

Commit b1ff162

Browse files
committed
3.1.1
1 parent 3c5b9ab commit b1ff162

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v3.1.1 (16 April 2024)
2+
3+
- [BUGFIX] `getTimeZoneOffset`'s 2nd arg should be optional (#281)
4+
15
### v3.1.0 (15 April 2024)
26

37
- [REFACTOR] Full rewrite in TypeScript (#278) Thank you, @brettwillis

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