From 334ef6a7fa9b231e3d6d8600b11dd2d9eef9956f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Feb 2020 20:51:02 +0000 Subject: [PATCH] chore(release): 13.26.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",