diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c425d9e..fdc8b09a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.39.2](https://github.com/jquense/react-big-calendar/compare/v0.39.1...v0.39.2) (2022-03-10) + + +### Bug Fixes + +* Correct resize for multi-day event. ([#2138](https://github.com/jquense/react-big-calendar/issues/2138)) ([3632345](https://github.com/jquense/react-big-calendar/commit/363234520ad3289bf4b182d8fc2f02dba2460f56)) + ## [0.39.1](https://github.com/jquense/react-big-calendar/compare/v0.39.0...v0.39.1) (2022-03-10) diff --git a/package.json b/package.json index ee0ff75cd..c4bd07e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "0.39.1", + "version": "0.39.2", "description": "Calendar! with events", "author": { "name": "Jason Quense",