Skip to content

Commit

Permalink
chore(release): 13.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.19.0](v13.18.0...v13.19.0) (2020-01-16)

### Features

* add useError hook ([65f3644](65f3644))
  • Loading branch information
semantic-release-bot committed Jan 16, 2020
1 parent 51d53b7 commit 5146baa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [13.19.0](https://github.com/streamich/react-use/compare/v13.18.0...v13.19.0) (2020-01-16)


### Features

* add useError hook ([65f3644](https://github.com/streamich/react-use/commit/65f364420524bacebe8f8149b8197fb62bff1a08))

# [13.18.0](https://github.com/streamich/react-use/compare/v13.17.0...v13.18.0) (2020-01-16)


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-use",
"version": "13.18.0",
"version": "13.19.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 5146baa

Please sign in to comment.