chore(release): 13.16.0 [skip ci]

# [13.16.0](https://github.com/streamich/react-use/compare/v13.15.0...v13.16.0) (2020-01-14)

### Features

* add option to useTitle to restore title on un-mount ([b8b3e47](b8b3e479ce))
This commit is contained in:
semantic-release-bot 2020-01-14 15:34:10 +00:00
parent b8b3e479ce
commit 7f44e628d6
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [13.16.0](https://github.com/streamich/react-use/compare/v13.15.0...v13.16.0) (2020-01-14)
### Features
* add option to useTitle to restore title on un-mount ([b8b3e47](https://github.com/streamich/react-use/commit/b8b3e479cea6071d4310bac29f138bd8917eee0b))
# [13.15.0](https://github.com/streamich/react-use/compare/v13.14.3...v13.15.0) (2020-01-13)

View File

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