chore(release): 13.26.0 [skip ci]

# [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](b394f3d723))

### Features

* add useMethods state hook ([7554b9a](7554b9a61e))
This commit is contained in:
semantic-release-bot 2020-02-15 14:27:03 +00:00
parent a2c26a2b68
commit 0df53bff3a
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -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",