chore(release): 8.3.1 [skip ci]

## [8.3.1](https://github.com/streamich/react-use/compare/v8.3.0...v8.3.1) (2019-04-29)

### Bug Fixes

* **useRefMounted:** only run and cleanup once ([6a651be](https://github.com/streamich/react-use/commit/6a651be))
This commit is contained in:
semantic-release-bot 2019-04-29 15:10:01 +00:00
parent 7dac12f62d
commit 67f02a1086
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [8.3.1](https://github.com/streamich/react-use/compare/v8.3.0...v8.3.1) (2019-04-29)
### Bug Fixes
* **useRefMounted:** only run and cleanup once ([6a651be](https://github.com/streamich/react-use/commit/6a651be))
# [8.3.0](https://github.com/streamich/react-use/compare/v8.2.0...v8.3.0) (2019-04-29)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "8.3.0",
"version": "8.3.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",