diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e299bb3..ab8457c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.1](https://github.com/jquense/react-big-calendar/compare/v1.11.0...v1.11.1) (2024-03-04) + + +### Bug Fixes + +* replace deprecated onKeyPress by onKeyDown ([21f51f2](https://github.com/jquense/react-big-calendar/commit/21f51f2bc4e218542fb09bf0e7d22be99ed50028)) + # [1.11.0](https://github.com/jquense/react-big-calendar/compare/v1.10.3...v1.11.0) (2024-02-26) diff --git a/package.json b/package.json index e4082e0f5..63fb081e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-calendar", - "version": "1.11.0", + "version": "1.11.1", "description": "Calendar! with events", "author": { "name": "Jason Quense",