diff --git a/CHANGELOG.md b/CHANGELOG.md index 384b5ca..e2c8211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.2.0...v1.2.1) + +> 10 September 2020 + +- fix: updated drop gesture if-conditions [`#28`](https://github.com/gorhom/react-native-bottom-sheet/pull/28) + #### [v1.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v1.1.1...v1.2.0) > 23 August 2020 diff --git a/package.json b/package.json index 37b9504..e614e4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "1.2.0", + "version": "1.2.1", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",