diff --git a/CHANGELOG.md b/CHANGELOG.md index 9296be8bb6..b58c7a6730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.3.0](https://github.com/streamich/react-use/compare/v14.2.0...v14.3.0) (2020-05-16) + + +### Features + +* 🎸 add useScratch hook ([2a2a298](https://github.com/streamich/react-use/commit/2a2a298b73f7beb9a2a61c309e649be3d2527473)) + # [14.2.0](https://github.com/streamich/react-use/compare/v14.1.1...v14.2.0) (2020-04-24) diff --git a/package.json b/package.json index 26cd025788..7971255e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "14.2.0", + "version": "14.3.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",