From bb6f16b5f309c8a4b342e209eeddaa8c63c1abe1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Jun 2019 10:49:09 +0000 Subject: [PATCH] chore(release): 9.8.1 [skip ci] ## [9.8.1](https://github.com/streamich/react-use/compare/v9.8.0...v9.8.1) (2019-06-30) ### Bug Fixes * lint fixes via lint:fix ([7ce8e4f](https://github.com/streamich/react-use/commit/7ce8e4f)) * useMap uses prevMap state which is safer ([3554f79](https://github.com/streamich/react-use/commit/3554f79)) * **useMap:** remove now also uses prevMap state to not overwrite or lose state ([0a59869](https://github.com/streamich/react-use/commit/0a59869)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec14082a..0634ce8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [9.8.1](https://github.com/streamich/react-use/compare/v9.8.0...v9.8.1) (2019-06-30) + + +### Bug Fixes + +* lint fixes via lint:fix ([7ce8e4f](https://github.com/streamich/react-use/commit/7ce8e4f)) +* useMap uses prevMap state which is safer ([3554f79](https://github.com/streamich/react-use/commit/3554f79)) +* **useMap:** remove now also uses prevMap state to not overwrite or lose state ([0a59869](https://github.com/streamich/react-use/commit/0a59869)) + # [9.8.0](https://github.com/streamich/react-use/compare/v9.7.2...v9.8.0) (2019-06-30) diff --git a/package.json b/package.json index a8125086..55eb0102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "9.8.0", + "version": "9.8.1", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",