diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f77523261..c8afc6c7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.26.4](https://github.com/streamich/react-use/compare/v13.26.3...v13.26.4) (2020-02-29) + + +### Bug Fixes + +* useHoverDirty eslint fix ([0ed6521](https://github.com/streamich/react-use/commit/0ed6521179fe193007f504b3b221a6c5295f9fa0)) + ## [13.26.3](https://github.com/streamich/react-use/compare/v13.26.2...v13.26.3) (2020-02-26) diff --git a/package.json b/package.json index 6e2b6ff39a..8bbfbd1692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.26.3", + "version": "13.26.4", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",