Skip to content

Commit bc5b2f6

Browse files
committed
Promote to v3.0.6
1 parent 9ac551c commit bc5b2f6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ This change log follows the format documented in [Keep a CHANGELOG].
88
[semantic versioning]: http://semver.org/
99
[keep a changelog]: http://keepachangelog.com/
1010

11+
## v3.0.6 - 2023-12-22
12+
13+
On this release worked @imwh0im, @jamcry and @tyrw.
14+
15+
### Fixed
16+
17+
- [Fixed bug in `areIntervalsOverlapping` caused by incorrect sorting](https://github.com/date-fns/date-fns/pull/3628) ([#3614](https://github.com/date-fns/date-fns/issues/3614))
18+
1119
## v3.0.5 - 2023-12-21
1220

1321
This release is brought to you by @goku4199.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "date-fns",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"contributors": [
55
"Sasha Koss <koss@nocorp.me>",
66
"Lesha Koss <regiusprod@gmail.com>"

0 commit comments

Comments
 (0)