From bcb8e8f61ab9ce890d46216bb83f2da686c6cd19 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Sun, 24 Apr 2022 19:23:49 +0100 Subject: [PATCH] chore: release v4.2.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b41c70..5e8aeb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [v4.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.6...v4.2.0) +## [v4.2.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.2.0...v4.2.1) + +#### Fixes + +- fix: updated footer container export name ([a887141](https://github.com/gorhom/react-native-bottom-sheet/commit/a88714153a780395337b84efe00e3d410702c1d9)). + +## [v4.2.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.1.6...v4.2.0) - 2022-04-24 #### Features diff --git a/package.json b/package.json index a9b88a48..ad0dc2a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "4.2.0", + "version": "4.2.1", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",