diff --git a/CHANGELOG.md b/CHANGELOG.md index c4474a46cb..85b7f66b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.2.3](https://github.com/streamich/react-use/compare/v17.2.2...v17.2.3) (2021-04-06) + + +### Bug Fixes + +* lint issues. ([5a5a575](https://github.com/streamich/react-use/commit/5a5a5755bc1f10add9c7a100ea6577ab6d427c0c)) + ## [17.2.2](https://github.com/streamich/react-use/compare/v17.2.1...v17.2.2) (2021-04-06) diff --git a/package.json b/package.json index 7ed53bddb9..4fd7b1f3cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.2.2", + "version": "17.2.3", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",