Skip to content

Commit

Permalink
Promote to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Sep 11, 2024
1 parent a16220d commit a46064f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This change log follows the format documented in [Keep a CHANGELOG].
[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## v2.0.1 - 2024-09-11

### Fixed

- [Fixed `UTCDateMini` type definition](https://github.com/date-fns/utc/pull/11) [@fabon-f1](https://github.com/fabon-f1).

## v2.0.0 - 2024-09-10

### Added
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/utc",
"version": "2.0.0",
"version": "2.0.1",
"description": "UTC date utils",
"scripts": {
"test": "env TZ=Asia/Kolkata vitest",
Expand Down

0 comments on commit a46064f

Please sign in to comment.