diff --git a/CHANGELOG.md b/CHANGELOG.md index 1893baf..384b5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0) + +> 23 August 2020 + +- chore: improve content/scrollable panning handling [`#23`](https://github.com/gorhom/react-native-bottom-sheet/pull/23) +- chore: updated scrollable scrollToTop event to handle empty list use case [`#22`](https://github.com/gorhom/react-native-bottom-sheet/pull/22) +- feat: added Reanimated v2 compatibility (#15 by @sa8ab) [`#24`](https://github.com/gorhom/react-native-bottom-sheet/pull/24) +- feat: added expo compatibility support [`2c3d545`](https://github.com/gorhom/react-native-bottom-sheet/commit/2c3d545a10e6125fb66829a6784069b1b62f6798) +- docs: updated readme file to include Reanimated v2 & expo compatibilities [`9bc30e9`](https://github.com/gorhom/react-native-bottom-sheet/commit/9bc30e96ef1cec80703e0e98b58602bdc185f7ff) +- chore: reset currentGesture after transition finishes [`e7b6646`](https://github.com/gorhom/react-native-bottom-sheet/commit/e7b6646b50f5ed00b62388723e6d965006ecfc4a) + #### [v1.1.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.0...v1.1.1) > 13 August 2020 diff --git a/package.json b/package.json index e908131..37b9504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "1.1.1", + "version": "1.2.0", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",