diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a25ad5..1d30b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [v3.3.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.2...v3.3.3) +## [v3.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.3...v3.4.0) + +#### Features + +- feat: allow modify animation configs ([`#333`](https://github.com/gorhom/react-native-bottom-sheet/pull/333)). + +## [v3.3.3](https://github.com/gorhom/react-native-bottom-sheet/compare/v3.3.2...v3.3.3) - 2021-03-04 #### Improvements diff --git a/package.json b/package.json index 34ce574..494f1e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "3.3.3", + "version": "3.4.0", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",