Skip to content

Commit

Permalink
1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marnusw committed Jul 13, 2022
1 parent eadff56 commit 0577249
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 @@
### v1.3.6 (13 July 2022)

- [BUGFIX] Remove the use of `const` (#192)

### v1.3.5 (18 June 2022)

- [BUGFIX] Fixed `utcToZonedTime` not working with year < 100; thanks @healqq (#185)
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": "1.3.5",
"version": "1.3.6",
"sideEffects": false,
"description": "Time zone support for date-fns v2 with the Intl API",
"author": "Marnus Weststrate <[email protected]>",
Expand Down

0 comments on commit 0577249

Please sign in to comment.