diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8306ad6..5566cd797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/jquense/react-big-calendar/compare/v1.0.0...v1.0.1) (2022-07-07) + + +### Bug Fixes + +* zero duration no-overlap events ([#2213](https://github.com/jquense/react-big-calendar/issues/2213)) ([bbe1109](https://github.com/jquense/react-big-calendar/commit/bbe11094c0bfcfc162022711f848905e57479152)) + # [1.0.0](https://github.com/jquense/react-big-calendar/compare/v0.40.8...v1.0.0) (2022-07-07) diff --git a/package.json b/package.json index 2e50698e8..13456c223 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.0.0", + "version": "1.0.1", "description": "Calendar! with events", "author": { "name": "Jason Quense",