diff --git a/CHANGELOG.md b/CHANGELOG.md index f59a05083..ca4cfb63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/jquense/react-big-calendar/compare/v1.8.0...v1.8.1) (2023-06-05) + + +### Bug Fixes + +* scrollToTime does not work properly, when min specified ([#2051](https://github.com/jquense/react-big-calendar/issues/2051)) ([04c1888](https://github.com/jquense/react-big-calendar/commit/04c18886f46acd17f09dec5d73a06bc32e6c75e5)) + # [1.8.0](https://github.com/jquense/react-big-calendar/compare/v1.7.0...v1.8.0) (2023-06-02) diff --git a/package.json b/package.json index 334cb0ed8..78d2ff554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.8.0", + "version": "1.8.1", "description": "Calendar! with events", "author": { "name": "Jason Quense",