chore(release): 15.2.1 [skip ci]

## [15.2.1](https://github.com/streamich/react-use/compare/v15.2.0...v15.2.1) (2020-06-08)

### Bug Fixes

* 🐛 bump fast-deep-equal, and consume it through ES import ([f3c715c](f3c715c124))
This commit is contained in:
semantic-release-bot 2020-06-08 09:20:29 +00:00
parent 1f89d1f5b1
commit 0fabbcd641
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [15.2.1](https://github.com/streamich/react-use/compare/v15.2.0...v15.2.1) (2020-06-08)
### Bug Fixes
* 🐛 bump fast-deep-equal, and consume it through ES import ([f3c715c](https://github.com/streamich/react-use/commit/f3c715c12412224be815e0d1bc3e2285f275df26))
# [15.2.0](https://github.com/streamich/react-use/compare/v15.1.1...v15.2.0) (2020-06-07)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "15.2.0",
"version": "15.2.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",