Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marnusw committed Apr 16, 2024
1 parent 3c5b9ab commit b1ff162
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.1 (16 April 2024)

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

### v3.1.0 (15 April 2024)

- [REFACTOR] Full rewrite in TypeScript (#278) Thank you, @brettwillis
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.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>",
Expand Down

0 comments on commit b1ff162

Please sign in to comment.