diff --git a/CHANGELOG.md b/CHANGELOG.md index 8413b0a0..729be279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.9.0](https://github.com/streamich/react-use/compare/v13.8.2...v13.9.0) (2019-11-23) + + +### Features + +* add useFirstMountState & useRendersCount hooks ([#769](https://github.com/streamich/react-use/issues/769)) ([30abe2b](https://github.com/streamich/react-use/commit/30abe2b22e3cb7a3e4c6dedd2466d74ce660911d)) + ## [13.8.2](https://github.com/streamich/react-use/compare/v13.8.1...v13.8.2) (2019-11-22) diff --git a/package.json b/package.json index 517bf251..c7d82df2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.8.2", + "version": "13.9.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",