diff --git a/CHANGELOG.md b/CHANGELOG.md index 8961b2d9..3a6b1af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.26.1](https://github.com/streamich/react-use/compare/v13.26.0...v13.26.1) (2020-02-16) + + +### Bug Fixes + +* **deps:** update dependency @xobotyi/scrollbar-width to v1.9.0 ([601d787](https://github.com/streamich/react-use/commit/601d7871a0325677a24a7a93fc9ce2b11132370f)) + # [13.26.0](https://github.com/streamich/react-use/compare/v13.25.1...v13.26.0) (2020-02-15) diff --git a/package.json b/package.json index 4b2cc858..6db8294c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.26.0", + "version": "13.26.1", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",