diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af05ca..ee30085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.2](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.0.1...v6.0.2) (2020-05-19) + + +### Bug Fixes + +* **install:** remove post-install script ([2aba746](https://github.com/underscopeio/react-native-navigation-hooks/commit/2aba746174de79a11bd01ef041bdb782073facdf)), closes [#30](https://github.com/underscopeio/react-native-navigation-hooks/issues/30) + ## [6.0.1](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.0.0...v6.0.1) (2020-05-18) diff --git a/package.json b/package.json index 8b62b0a..9f8f98c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigation-hooks", - "version": "6.0.1", + "version": "6.0.2", "author": "Juan Pablo Garcia Dalolla ", "bugs": { "email": "juanpablo@underscope.io",