Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marnusw committed Jun 18, 2022
1 parent 29b1137 commit d8f94af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### v1.3.5 (18 June 2022)

- [BUGFIX] Fixed `utcToZonedTime` not working with year < 100; thanks @healqq (#185)

### v1.3.4 (28 April 2022)

- [BUGFIX] Add new to `DateTimeFormat` invocation to fix mocking it in tests (#181)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "date-fns-tz",
"version": "1.3.4",
"version": "1.3.5",
"sideEffects": false,
"description": "Time zone support for date-fns v2 with the Intl API",
"author": "Marnus Weststrate <marnusw@gmail.com>",
Expand Down

0 comments on commit d8f94af

Please sign in to comment.