From b072554b697c8f79a71044db89737b1e006fd820 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Apr 2021 08:42:13 +0000 Subject: [PATCH] chore(release): 17.2.3 [skip ci] ## [17.2.3](https://github.com/streamich/react-use/compare/v17.2.2...v17.2.3) (2021-04-06) ### Bug Fixes * lint issues. ([5a5a575](https://github.com/streamich/react-use/commit/5a5a5755bc1f10add9c7a100ea6577ab6d427c0c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4474a46..85b7f66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.2.3](https://github.com/streamich/react-use/compare/v17.2.2...v17.2.3) (2021-04-06) + + +### Bug Fixes + +* lint issues. ([5a5a575](https://github.com/streamich/react-use/commit/5a5a5755bc1f10add9c7a100ea6577ab6d427c0c)) + ## [17.2.2](https://github.com/streamich/react-use/compare/v17.2.1...v17.2.2) (2021-04-06) diff --git a/package.json b/package.json index 7ed53bdd..4fd7b1f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "17.2.2", + "version": "17.2.3", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",