Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2020-02-16)

### chore

* **deps:** upgrade node modules: ([f8b7e31](f8b7e31))

### Features

* **events:** Add BottomTabLongPressed event ([d5d1bd4](d5d1bd4))
* **events:** Add ModalAttemptedToDismiss event ([79e6078](79e6078))

### BREAKING CHANGES

* **deps:** RNN version was upgraded to >=4.5.0
  • Loading branch information
semantic-release-bot committed Feb 16, 2020
1 parent a14ae7f commit fa34538
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [5.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v4.0.0...v5.0.0) (2020-02-16)


### chore

* **deps:** upgrade node modules: ([f8b7e31](https://github.com/underscopeio/react-native-navigation-hooks/commit/f8b7e31e23eb6d58e348b837e8194579c7bb072b))


### Features

* **events:** Add BottomTabLongPressed event ([d5d1bd4](https://github.com/underscopeio/react-native-navigation-hooks/commit/d5d1bd4d69ea107e9895afd1421d540c26c356aa))
* **events:** Add ModalAttemptedToDismiss event ([79e6078](https://github.com/underscopeio/react-native-navigation-hooks/commit/79e6078232cda351ceb724d84e4caed97726057d))


### BREAKING CHANGES

* **deps:** RNN version was upgraded to >=4.5.0

# [4.0.0](https://github.com/underscopeio/react-native-navigation-hooks/compare/v3.3.1...v4.0.0) (2020-02-15)


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": "4.0.0",
"version": "5.0.0",
"author": "Juan Pablo Garcia Dalolla <[email protected]>",
"bugs": {
"email": "[email protected]",
Expand Down

0 comments on commit fa34538

Please sign in to comment.