diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9e8eb6..5f58a94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.21.0](https://github.com/streamich/react-use/compare/v13.20.0...v13.21.0) (2020-01-20) + + +### Features + +* Typings for `useDefault` ([fa0f53b](https://github.com/streamich/react-use/commit/fa0f53bf86a712f4b7e503cdf4718a8ff5448e05)) + # [13.20.0](https://github.com/streamich/react-use/compare/v13.19.0...v13.20.0) (2020-01-17) diff --git a/package.json b/package.json index cb48c6d1..6a6e134a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.20.0", + "version": "13.21.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",