From 1ff40d2a092169f411f5d0b474ffb982058a31b7 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Fri, 29 Jan 2021 21:34:00 +0100 Subject: [PATCH] chore: release v2.0.7 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001f5a43..9e30d284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [v2.0.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.5...v2.0.6) +## [v2.0.7](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.6...v2.0.7) + +#### Fixes + +- fix: prevent modal crash when navigating ([`#244`](https://github.com/gorhom/react-native-bottom-sheet/pull/244)). + +## [v2.0.6](https://github.com/gorhom/react-native-bottom-sheet/compare/v2.0.5...v2.0.6) - 2021-01-29 #### Fixes diff --git a/package.json b/package.json index de95e90d..e4d78073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "2.0.6", + "version": "2.0.7", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",