diff --git a/CHANGELOG.md b/CHANGELOG.md index a783a44f..a6cf3926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.16.1](https://github.com/streamich/react-use/compare/v13.16.0...v13.16.1) (2020-01-14) + + +### Bug Fixes + +* update the types dep for js-cookie ([5c55d59](https://github.com/streamich/react-use/commit/5c55d59a7d1d799cba7af87e15ab4a4b27a8fc67)) + # [13.16.0](https://github.com/streamich/react-use/compare/v13.15.0...v13.16.0) (2020-01-14) diff --git a/package.json b/package.json index 5a94c357..4c877cb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.16.0", + "version": "13.16.1", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",