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))
This commit is contained in:
semantic-release-bot 2019-06-30 10:49:09 +00:00
parent 409dbdca38
commit bb6f16b5f3
2 changed files with 10 additions and 1 deletions

View File

@ -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)

View File

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