diff --git a/CHANGELOG.md b/CHANGELOG.md index 85238057e..e5ddcbc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.2](https://github.com/jquense/react-big-calendar/compare/v1.13.1...v1.13.2) (2024-08-06) + + +### Bug Fixes + +* correct nested sass ([#2641](https://github.com/jquense/react-big-calendar/issues/2641)) ([88bdf77](https://github.com/jquense/react-big-calendar/commit/88bdf77d05d0548cf9228b11f49c550adbc07c4c)) + ## [1.13.1](https://github.com/jquense/react-big-calendar/compare/v1.13.0...v1.13.1) (2024-07-12) diff --git a/package.json b/package.json index bae967a4a..0e9273e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.13.1", + "version": "1.13.2", "description": "Calendar! with events", "author": { "name": "Jason Quense",