diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e86bcde0..7ad698ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/jquense/react-big-calendar/compare/v1.3.0...v1.3.1) (2022-07-12) + + +### Bug Fixes + +* revert change ([#2223](https://github.com/jquense/react-big-calendar/issues/2223)) ([bdb0595](https://github.com/jquense/react-big-calendar/commit/bdb0595400eaf0a612af3bb39d27f3c0c0fc5867)) + # [1.3.0](https://github.com/jquense/react-big-calendar/compare/v1.2.4...v1.3.0) (2022-07-11) diff --git a/package.json b/package.json index 68ef55e58..b62ba649a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.3.0", + "version": "1.3.1", "description": "Calendar! with events", "author": { "name": "Jason Quense",