From b63743f1069d99aa0fe1e09a475e4453400aaeac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Feb 2020 22:53:04 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v3.3.1...v4.0.0) (2020-02-15) ### Features * **events:** add new registerScreenPoppedListener ([fea1feb](https://github.com/underscopeio/react-native-navigation-hooks/commit/fea1feb9bbfc90b9cc2b79f4570ba0087aa91388)) ### BREAKING CHANGES * **events:** RNN version was upgraded to 4.0.7 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dafe719..f9d8a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v3.3.1...v4.0.0) (2020-02-15) + + +### Features + +* **events:** add new registerScreenPoppedListener ([fea1feb](https://github.com/underscopeio/react-native-navigation-hooks/commit/fea1feb9bbfc90b9cc2b79f4570ba0087aa91388)) + + +### BREAKING CHANGES + +* **events:** RNN version was upgraded to 4.0.7 + ## [3.3.1](https://github.com/underscopeio/react-native-navigation-hooks/compare/v3.3.0...v3.3.1) (2019-11-24) diff --git a/package.json b/package.json index 1346a83..1bd7347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigation-hooks", - "version": "3.3.1", + "version": "4.0.0", "author": "Juan Pablo Garcia Dalolla ", "bugs": { "email": "juanpablo@underscope.io",