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