From 0df53bff3afb8e1efd367f3d3f061c229c8961ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Feb 2020 14:27:03 +0000 Subject: [PATCH] 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](https://github.com/streamich/react-use/commit/b394f3d72356d331dbce48acd3686bbb64d331b5)) ### Features * add useMethods state hook ([7554b9a](https://github.com/streamich/react-use/commit/7554b9a61eb9b4744b9feb113775ff538b16beaf)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",