Skip to content

Commit

Permalink
chore(release): 13.26.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.26.0](v13.25.1...v13.26.0) (2020-02-15)

### Bug Fixes

* add initialState to deps ([b394f3d](b394f3d))

### Features

* add useMethods state hook ([7554b9a](7554b9a))
  • Loading branch information
semantic-release-bot committed Feb 15, 2020
1 parent a2c26a2 commit 0df53bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0df53bf

Please sign in to comment.