From ac025788e95e77cba0be8dfd2b3f09178751d359 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Feb 2020 17:49:30 +0000 Subject: [PATCH] chore(release): 13.26.2 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",