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",