diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8aeb8f3..4953ef6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [v4.2.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.0...v4.2.1) +## [v4.2.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.1...v4.2.2) + +#### Fixes + +- fix: allowed keyboard height to be recalculated when it changes ([`#931`](https://github.com/gorhom/react-native-bottom-sheet/pull/931)). + +## [v4.2.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.0...v4.2.1) - 2022-04-24 #### Fixes diff --git a/package.json b/package.json index ad0dc2a97..1577261d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "4.2.1", + "version": "4.2.2", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",