From 80f61ceb7fecf7e2168a6581912f6c33de45e3c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Apr 2020 16:42:43 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v5.1.0...v6.0.0) (2020-04-30) ### Build System * **deps:** upgrade RNN peer dependency to 6.5.0 ([3f735e6](https://github.com/underscopeio/react-native-navigation-hooks/commit/3f735e6d5daa0f2024db5e14fb67dcac01916c0d)) ### BREAKING CHANGES * **deps:** bumped RNN peer dependency to 6.5.0 to use BottomTabPress event --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253cb0b..f907497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v5.1.0...v6.0.0) (2020-04-30) + + +### Build System + +* **deps:** upgrade RNN peer dependency to 6.5.0 ([3f735e6](https://github.com/underscopeio/react-native-navigation-hooks/commit/3f735e6d5daa0f2024db5e14fb67dcac01916c0d)) + + +### BREAKING CHANGES + +* **deps:** bumped RNN peer dependency to 6.5.0 to use BottomTabPress event + # [5.1.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v5.0.0...v5.1.0) (2020-04-29) diff --git a/package.json b/package.json index 8f4dd46..0e5f5e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigation-hooks", - "version": "5.1.0", + "version": "6.0.0", "author": "Juan Pablo Garcia Dalolla ", "bugs": { "email": "juanpablo@underscope.io",