diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a82fc75..b1c78b309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.1](https://github.com/jquense/react-big-calendar/compare/v1.12.0...v1.12.1) (2024-04-30) + + +### Bug Fixes + +* fixing Drag and Drop Examples link ([fa4a378](https://github.com/jquense/react-big-calendar/commit/fa4a378f32ed298394fc4716f9d788c22205347e)), closes [#2585](https://github.com/jquense/react-big-calendar/issues/2585) + # [1.12.0](https://github.com/jquense/react-big-calendar/compare/v1.11.7...v1.12.0) (2024-04-25) diff --git a/package.json b/package.json index 11b7ffd83..fffce9a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.12.0", + "version": "1.12.1", "description": "Calendar! with events", "author": { "name": "Jason Quense",