diff --git a/CHANGELOG.md b/CHANGELOG.md index 137d0c911..548cfb722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ 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). -#### [v0.0.10](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.7...v0.0.10) +#### [v0.0.11](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.7...v0.0.11) -> 4 August 2020 +> 5 August 2020 - chore: add remove scrollable ref method [`1117816`](https://github.com/gorhom/react-native-bottom-sheet/commit/1117816254fd18eb666cdf186263903eab7d051a) - chore: updated animated position prop [`2a1695b`](https://github.com/gorhom/react-native-bottom-sheet/commit/2a1695b7ac6b93e6cd090a196a191916ab83e88a) -- fix: fixed missing prevScrollableRef variable [`e31188c`](https://github.com/gorhom/react-native-bottom-sheet/commit/e31188c5a821434a1538e6ceb7cc27fefde41a6c) +- fix: node type on android production release [`e97c7de`](https://github.com/gorhom/react-native-bottom-sheet/commit/e97c7debc06c9c694ec11d7c110efe8c7c4ed65c) #### [v0.0.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v0.0.5...v0.0.7) diff --git a/package.json b/package.json index d11b1a77b..44e0a45a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "0.0.10", + "version": "0.0.11", "description": "", "main": "lib/commonjs/index", "module": "lib/module/index",