diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a935b2d..809ea004c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.4](https://github.com/jquense/react-big-calendar/compare/v1.8.3...v1.8.4) (2023-09-18) + + +### Bug Fixes + +* typo ([#2443](https://github.com/jquense/react-big-calendar/issues/2443)) ([407e168](https://github.com/jquense/react-big-calendar/commit/407e168921a861e171ec3c8aee23f5ffe855323d)) + ## [1.8.3](https://github.com/jquense/react-big-calendar/compare/v1.8.2...v1.8.3) (2023-09-18) diff --git a/package.json b/package.json index 438a2102b..61710601c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.8.3", + "version": "1.8.4", "description": "Calendar! with events", "author": { "name": "Jason Quense",