diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a1d38f1..1ccb5e2e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.7](https://github.com/jquense/react-big-calendar/compare/v1.8.6...v1.8.7) (2024-01-26) + + +### Bug Fixes + +* add isBackgroundEvent to onSelectEvent event obj ([#2491](https://github.com/jquense/react-big-calendar/issues/2491)) ([fdbb496](https://github.com/jquense/react-big-calendar/commit/fdbb496eb50696c8b1744fc69249535121b2f4b1)) + ## [1.8.6](https://github.com/jquense/react-big-calendar/compare/v1.8.5...v1.8.6) (2024-01-08) diff --git a/package.json b/package.json index 406e06d9e..5bf40f4fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.8.6", + "version": "1.8.7", "description": "Calendar! with events", "author": { "name": "Jason Quense",