diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d54578..8961b2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [13.26.0](https://github.com/streamich/react-use/compare/v13.25.1...v13.26.0) (2020-02-15) + + +### Bug Fixes + +* add initialState to deps ([b394f3d](https://github.com/streamich/react-use/commit/b394f3d72356d331dbce48acd3686bbb64d331b5)) + + +### Features + +* add useMethods state hook ([7554b9a](https://github.com/streamich/react-use/commit/7554b9a61eb9b4744b9feb113775ff538b16beaf)) + ## [13.25.1](https://github.com/streamich/react-use/compare/v13.25.0...v13.25.1) (2020-02-15) diff --git a/package.json b/package.json index 3c6fc29c..737f2935 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.25.1", + "version": "13.26.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",