Skip to content

Commit

Permalink
Promote to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Mar 11, 2024
1 parent 67a1ef2 commit d8f033c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ This change log follows the format documented in [Keep a CHANGELOG].
[semantic versioning]: http://semver.org/
[keep a changelog]: http://keepachangelog.com/

## v3.4.0 - 2024-03-11

Kudos to @kossnocorp, @sakamossan and @Revan99 for working on the release. Also thanks to [@seated](https://github.com/seated) for sponsoring me.

### Added

- [Added `roundToNearestHours` function.](https://github.com/date-fns/date-fns/pull/2752)

- [Added Central Kurdish (`ckb`) locale.](https://github.com/date-fns/date-fns/pull/3421)

## v3.3.1 - 2024-01-22

Kudos to @kossnocorp and @fturmel for working on the release.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-fns",
"version": "3.3.0",
"version": "3.4.0",
"contributors": [
"Sasha Koss <koss@nocorp.me>",
"Lesha Koss <regiusprod@gmail.com>"
Expand Down Expand Up @@ -6083,4 +6083,4 @@
"typescript": "^5.3.2",
"vitest": "^0.34.6"
}
}
}

0 comments on commit d8f033c

Please sign in to comment.