From 102f36adfcebb6df30a256c89e505c5882e6ba94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Sep 2020 13:17:17 +0000 Subject: [PATCH] chore(release): 6.1.1 [skip ci] ## [6.1.1](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.1.0...v6.1.1) (2020-09-11) ### Bug Fixes * **hooks:** fix args precedence in useNavigation ([7157fa9](https://github.com/underscopeio/react-native-navigation-hooks/commit/7157fa9c19c4f3764546d94e689834a074fb220d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d0217..bde5665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.1](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.1.0...v6.1.1) (2020-09-11) + + +### Bug Fixes + +* **hooks:** fix args precedence in useNavigation ([7157fa9](https://github.com/underscopeio/react-native-navigation-hooks/commit/7157fa9c19c4f3764546d94e689834a074fb220d)) + # [6.1.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.0.2...v6.1.0) (2020-08-14) diff --git a/package.json b/package.json index b357a29..06cce1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigation-hooks", - "version": "6.1.0", + "version": "6.1.1", "author": "Juan Pablo Garcia Dalolla ", "bugs": { "email": "juanpablo@underscope.io",