diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5cd17c3..3052e900d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.40.4](https://github.com/jquense/react-big-calendar/compare/v0.40.3...v0.40.4) (2022-07-01) + + +### Bug Fixes + +* replace findDOMNode with refs ([a902d20](https://github.com/jquense/react-big-calendar/commit/a902d20a7413016a662e1f7b3f7a5241213ce354)), closes [#2193](https://github.com/jquense/react-big-calendar/issues/2193) + ## [0.40.3](https://github.com/jquense/react-big-calendar/compare/v0.40.2...v0.40.3) (2022-07-01) diff --git a/package.json b/package.json index e0d50cdca..4d0126257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "0.40.3", + "version": "0.40.4", "description": "Calendar! with events", "author": { "name": "Jason Quense",