From 34f8b11004fb3154a5dd3e08dcbd0d8ef47bd318 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2019 21:48:41 +0000 Subject: [PATCH] chore(release): 13.8.0 [skip ci] # [13.8.0](https://github.com/streamich/react-use/compare/v13.7.0...v13.8.0) (2019-11-14) ### Features * **useStateValidator:** Refactor method and improve typings; ([436c210](https://github.com/streamich/react-use/commit/436c210f7b577c6958e47df3a244907b07a4db9f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2db361cce..f894d59bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.8.0](https://github.com/streamich/react-use/compare/v13.7.0...v13.8.0) (2019-11-14) + + +### Features + +* **useStateValidator:** Refactor method and improve typings; ([436c210](https://github.com/streamich/react-use/commit/436c210f7b577c6958e47df3a244907b07a4db9f)) + # [13.7.0](https://github.com/streamich/react-use/compare/v13.6.3...v13.7.0) (2019-11-14) diff --git a/package.json b/package.json index f5e41784fa..8d4aa9c4fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.7.0", + "version": "13.8.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",