Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marnusw committed Apr 17, 2024
1 parent c990a94 commit 00b48b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v3.1.3 (17 April 2024)

- [BUGFIX] Make `getTimeZoneOffset`'s 2nd arg optional

### v3.1.2 (16 April 2024)

- [BUGFIX] Fix `formatInTimeZone` use of `timeZone` string (#280)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-fns-tz",
"version": "3.1.2",
"version": "3.1.3",
"sideEffects": false,
"description": "Time zone support for date-fns v3 with the Intl API",
"author": "Marnus Weststrate <[email protected]>",
Expand Down

0 comments on commit 00b48b2

Please sign in to comment.