diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6b1af3..37d0520f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.26.2](https://github.com/streamich/react-use/compare/v13.26.1...v13.26.2) (2020-02-24) + + +### Bug Fixes + +* **deps:** update dependency @xobotyi/scrollbar-width to v1.9.3 ([6e2287d](https://github.com/streamich/react-use/commit/6e2287d7e84ef1e455da7209ee32cf86643b00a5)) + ## [13.26.1](https://github.com/streamich/react-use/compare/v13.26.0...v13.26.1) (2020-02-16) diff --git a/package.json b/package.json index f4648536..812c9e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.26.1", + "version": "13.26.2", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",