Skip to content

Commit

Permalink
chore(release): 5.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.2](v5.1.1...v5.1.2) (2018-12-29)

### Bug Fixes

* reset state when calling useEffect in useAsync ([2f5af2c](2f5af2c))
  • Loading branch information
semantic-release-bot committed Dec 29, 2018
1 parent 2f5af2c commit 91cb6c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.1.2](https://github.com/streamich/react-use/compare/v5.1.1...v5.1.2) (2018-12-29)


### Bug Fixes

* reset state when calling useEffect in useAsync ([2f5af2c](https://github.com/streamich/react-use/commit/2f5af2c))

## [5.1.1](https://github.com/streamich/react-use/compare/v5.1.0...v5.1.1) (2018-12-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.1.1",
"version": "5.1.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 91cb6c8

Please sign in to comment.