From 8d3dbd417f7fd536179f240b862b6acb87d3808a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Dec 2018 10:07:11 +0000 Subject: [PATCH] chore(release): 4.11.1 [skip ci] ## [4.11.1](https://github.com/streamich/react-use/compare/v4.11.0...v4.11.1) (2018-12-16) ### Bug Fixes * synchronously re-render bug of useRaf hook ([#77](https://github.com/streamich/react-use/issues/77)) ([5d74348](https://github.com/streamich/react-use/commit/5d74348)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 360e014416..ab2f1d5182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.11.1](https://github.com/streamich/react-use/compare/v4.11.0...v4.11.1) (2018-12-16) + + +### Bug Fixes + +* synchronously re-render bug of useRaf hook ([#77](https://github.com/streamich/react-use/issues/77)) ([5d74348](https://github.com/streamich/react-use/commit/5d74348)) + # [4.11.0](https://github.com/streamich/react-use/compare/v4.10.0...v4.11.0) (2018-12-05) diff --git a/package-lock.json b/package-lock.json index 6189c3c43c..b19cee5d53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "4.11.0", + "version": "4.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a994b0798e..477294be71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "4.11.0", + "version": "4.11.1", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [