diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af8fa70..457fec40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4245b42a..308f8424 100644 --- a/package.json +++ b/package.json @@ -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",