From fa34538dfec973b5d596e0857b231579d96091cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Feb 2020 16:10:45 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v4.0.0...v5.0.0) (2020-02-16) ### chore * **deps:** upgrade node modules: ([f8b7e31](https://github.com/underscopeio/react-native-navigation-hooks/commit/f8b7e31e23eb6d58e348b837e8194579c7bb072b)) ### Features * **events:** Add BottomTabLongPressed event ([d5d1bd4](https://github.com/underscopeio/react-native-navigation-hooks/commit/d5d1bd4d69ea107e9895afd1421d540c26c356aa)) * **events:** Add ModalAttemptedToDismiss event ([79e6078](https://github.com/underscopeio/react-native-navigation-hooks/commit/79e6078232cda351ceb724d84e4caed97726057d)) ### BREAKING CHANGES * **deps:** RNN version was upgraded to >=4.5.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d8a85..430da8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [5.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v4.0.0...v5.0.0) (2020-02-16) + + +### chore + +* **deps:** upgrade node modules: ([f8b7e31](https://github.com/underscopeio/react-native-navigation-hooks/commit/f8b7e31e23eb6d58e348b837e8194579c7bb072b)) + + +### Features + +* **events:** Add BottomTabLongPressed event ([d5d1bd4](https://github.com/underscopeio/react-native-navigation-hooks/commit/d5d1bd4d69ea107e9895afd1421d540c26c356aa)) +* **events:** Add ModalAttemptedToDismiss event ([79e6078](https://github.com/underscopeio/react-native-navigation-hooks/commit/79e6078232cda351ceb724d84e4caed97726057d)) + + +### BREAKING CHANGES + +* **deps:** RNN version was upgraded to >=4.5.0 + # [4.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v3.3.1...v4.0.0) (2020-02-15) diff --git a/package.json b/package.json index 7dae71b..14a48f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigation-hooks", - "version": "4.0.0", + "version": "5.0.0", "author": "Juan Pablo Garcia Dalolla ", "bugs": { "email": "juanpablo@underscope.io",