Skip to content

Commit 9fd8f83

Browse files
chore(release): 6.1.0 [skip ci]
# [6.1.0](v6.0.2...v6.1.0) (2020-08-14) ### Features * **context:** export modules ([cb1172a](cb1172a)) * **docs:** apply PR feedback ([0eb2812](0eb2812)) * **helpers:** improve navigation helpers ([2b6ea18](2b6ea18)) * **hooks:** Apply PR feedback ([ec61e6d](ec61e6d)) * **hooks:** implement useNavigation hook ([d899d63](d899d63)) * **hooks:** improve event handler hooks: ([d6ca420](d6ca420)) * **hooks:** rename createStack methods ([6878059](6878059))
1 parent 25d5088 commit 9fd8f83

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [6.1.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.0.2...v6.1.0) (2020-08-14)
2+
3+
4+
### Features
5+
6+
* **context:** export modules ([cb1172a](https://github.com/underscopeio/react-native-navigation-hooks/commit/cb1172acf3356f3fb0c4b13d4c8f62f5afba4218))
7+
* **docs:** apply PR feedback ([0eb2812](https://github.com/underscopeio/react-native-navigation-hooks/commit/0eb2812117965941ade082a6b7300f236054a207))
8+
* **helpers:** improve navigation helpers ([2b6ea18](https://github.com/underscopeio/react-native-navigation-hooks/commit/2b6ea18aa93ebf81862b983ee00fd4fc30416169))
9+
* **hooks:** Apply PR feedback ([ec61e6d](https://github.com/underscopeio/react-native-navigation-hooks/commit/ec61e6d7a0b372737483b4c295b51a9285c8b720))
10+
* **hooks:** implement useNavigation hook ([d899d63](https://github.com/underscopeio/react-native-navigation-hooks/commit/d899d630da445e4b8119f816b30ec99afcc5b3d7))
11+
* **hooks:** improve event handler hooks: ([d6ca420](https://github.com/underscopeio/react-native-navigation-hooks/commit/d6ca420ae64ffbb2418e59b4d889a130e665480e))
12+
* **hooks:** rename createStack methods ([6878059](https://github.com/underscopeio/react-native-navigation-hooks/commit/6878059613b372857ac5847e1b4b4fa78ba361b8))
13+
114
## [6.0.2](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.0.1...v6.0.2) (2020-05-19)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigation-hooks",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"author": "Juan Pablo Garcia Dalolla <[email protected]>",
55
"bugs": {
66
"email": "[email protected]",

0 commit comments

Comments
 (0)