chore(release): 15.1.0 [skip ci]

# [15.1.0](https://github.com/streamich/react-use/compare/v15.0.3...v15.1.0) (2020-05-18)

### Bug Fixes

* display alert timeout in story ([2bb65ef](2bb65ef3d8))
* mutate ref in render directly ([5488f5e](5488f5eb3e))

### Features

* add useLatest hook ([d6fe267](d6fe267615))
This commit is contained in:
semantic-release-bot 2020-05-18 14:19:10 +00:00
parent c91c879bf7
commit 69bfc76a7f
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [15.1.0](https://github.com/streamich/react-use/compare/v15.0.3...v15.1.0) (2020-05-18)
### Bug Fixes
* display alert timeout in story ([2bb65ef](https://github.com/streamich/react-use/commit/2bb65ef3d85e82b6bd134a714e51e27876037734))
* mutate ref in render directly ([5488f5e](https://github.com/streamich/react-use/commit/5488f5eb3e8504dcae03584b5797a48659e16623))
### Features
* add useLatest hook ([d6fe267](https://github.com/streamich/react-use/commit/d6fe2676153f19302ce170b03ceadc3bab5a945a))
## [15.0.3](https://github.com/streamich/react-use/compare/v15.0.2...v15.0.3) (2020-05-18)

View File

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