From 6e583346cbe40b41b1124e8e2ea1c34d91806129 Mon Sep 17 00:00:00 2001 From: gorhom Date: Sat, 9 Jul 2022 16:43:35 +0100 Subject: [PATCH] chore: release v4.4.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02e86581..a9434045d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## [v4.3.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.3.1...v4.3.2) +## [v4.4.0](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.3.2...v4.4.0) + +#### Features + +- feat: allow scrollable events ([`#1019`](https://github.com/gorhom/react-native-bottom-sheet/pull/1019)). + +#### Improvements + +- chore: updated git actions ([bd0a9de](https://github.com/gorhom/react-native-bottom-sheet/commit/bd0a9de4af48b7babbf524a1b6fc1e799441b207)). +- chore: export internal hooks ([603ac94](https://github.com/gorhom/react-native-bottom-sheet/commit/603ac9420a6958a9dfc54975576ed19f306a89e7)). + +## [v4.3.2](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.3.1...v4.3.2) - 2022-06-13 ## [v4.3.1](https://github.com/gorhom/react-native-bottom-sheet/compare/v4.3.0...v4.3.1) - 2022-05-24 diff --git a/package.json b/package.json index 6124e3c26..36bce5fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/bottom-sheet", - "version": "4.3.2", + "version": "4.4.0", "description": "A performant interactive bottom sheet with fully configurable options 🚀", "main": "lib/commonjs/index", "module": "lib/module/index",