diff --git a/CHANGELOG.md b/CHANGELOG.md index 95941f9c7d..03ba7b733e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.10.0](https://github.com/streamich/react-use/compare/v5.9.0...v5.10.0) (2019-03-21) + + +### Features + +* add useUpdateEffect hook ([c2afd23](https://github.com/streamich/react-use/commit/c2afd23)) + # [5.9.0](https://github.com/streamich/react-use/compare/v5.8.1...v5.9.0) (2019-03-21) diff --git a/package.json b/package.json index 0e3fdd7a52..8b1505a98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.9.0", + "version": "5.10.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [