From dba4bc51886302dbd1d26e04a47b9dee4b504b60 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Sep 2020 18:27:48 +0000 Subject: [PATCH] chore(release): 6.2.0 [skip ci] # [6.2.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.1.1...v6.2.0) (2020-09-17) ### Features * **hooks:** add missing type to setStackRoot ([4e9141b](https://github.com/underscopeio/react-native-navigation-hooks/commit/4e9141b99356ae406e1c19da0a4a9256d53698fa)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde5665..4653ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.2.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.1.1...v6.2.0) (2020-09-17) + + +### Features + +* **hooks:** add missing type to setStackRoot ([4e9141b](https://github.com/underscopeio/react-native-navigation-hooks/commit/4e9141b99356ae406e1c19da0a4a9256d53698fa)) + ## [6.1.1](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.1.0...v6.1.1) (2020-09-11) diff --git a/package.json b/package.json index 06cce1d..f60ba19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigation-hooks", - "version": "6.1.1", + "version": "6.2.0", "author": "Juan Pablo Garcia Dalolla ", "bugs": { "email": "juanpablo@underscope.io",