Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Aug 14, 2020
1 parent 25d5088 commit 9fd8f83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [6.1.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.0.2...v6.1.0) (2020-08-14)


### Features

* **context:** export modules ([cb1172a](https://github.com/underscopeio/react-native-navigation-hooks/commit/cb1172acf3356f3fb0c4b13d4c8f62f5afba4218))
* **docs:** apply PR feedback ([0eb2812](https://github.com/underscopeio/react-native-navigation-hooks/commit/0eb2812117965941ade082a6b7300f236054a207))
* **helpers:** improve navigation helpers ([2b6ea18](https://github.com/underscopeio/react-native-navigation-hooks/commit/2b6ea18aa93ebf81862b983ee00fd4fc30416169))
* **hooks:** Apply PR feedback ([ec61e6d](https://github.com/underscopeio/react-native-navigation-hooks/commit/ec61e6d7a0b372737483b4c295b51a9285c8b720))
* **hooks:** implement useNavigation hook ([d899d63](https://github.com/underscopeio/react-native-navigation-hooks/commit/d899d630da445e4b8119f816b30ec99afcc5b3d7))
* **hooks:** improve event handler hooks: ([d6ca420](https://github.com/underscopeio/react-native-navigation-hooks/commit/d6ca420ae64ffbb2418e59b4d889a130e665480e))
* **hooks:** rename createStack methods ([6878059](https://github.com/underscopeio/react-native-navigation-hooks/commit/6878059613b372857ac5847e1b4b4fa78ba361b8))

## [6.0.2](https://github.com/underscopeio/react-native-navigation-hooks/compare/v6.0.1...v6.0.2) (2020-05-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-navigation-hooks",
"version": "6.0.2",
"version": "6.1.0",
"author": "Juan Pablo Garcia Dalolla <[email protected]>",
"bugs": {
"email": "[email protected]",
Expand Down

0 comments on commit 9fd8f83

Please sign in to comment.