Skip to content

Commit

Permalink
chore(release): 13.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [13.14.1](v13.14.0...v13.14.1) (2020-01-07)

### Bug Fixes

* useUpdateEffect returns optional cleanup function ([0ce421c](0ce421c))
* useUpdateEffect returns optional cleanup function ([#864](#864)) ([7960127](7960127))
  • Loading branch information
semantic-release-bot committed Jan 7, 2020
1 parent 7960127 commit c893fe3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [13.14.1](https://github.com/streamich/react-use/compare/v13.14.0...v13.14.1) (2020-01-07)


### Bug Fixes

* useUpdateEffect returns optional cleanup function ([0ce421c](https://github.com/streamich/react-use/commit/0ce421ced78fd6eb06a5676fefb856e18bfcacc1))
* useUpdateEffect returns optional cleanup function ([#864](https://github.com/streamich/react-use/issues/864)) ([7960127](https://github.com/streamich/react-use/commit/7960127a98c0d3c33000088fbd97804d41084f7d))

# [13.14.0](https://github.com/streamich/react-use/compare/v13.13.0...v13.14.0) (2020-01-03)


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

0 comments on commit c893fe3

Please sign in to comment.