chore(release): 13.9.0 [skip ci]

# [13.9.0](https://github.com/streamich/react-use/compare/v13.8.2...v13.9.0) (2019-11-23)

### Features

* add useFirstMountState & useRendersCount hooks ([#769](https://github.com/streamich/react-use/issues/769)) ([30abe2b](30abe2b22e))
This commit is contained in:
semantic-release-bot 2019-11-23 12:15:56 +00:00
parent 30abe2b22e
commit dbad5ee18e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [13.9.0](https://github.com/streamich/react-use/compare/v13.8.2...v13.9.0) (2019-11-23)
### Features
* add useFirstMountState & useRendersCount hooks ([#769](https://github.com/streamich/react-use/issues/769)) ([30abe2b](https://github.com/streamich/react-use/commit/30abe2b22e3cb7a3e4c6dedd2466d74ce660911d))
## [13.8.2](https://github.com/streamich/react-use/compare/v13.8.1...v13.8.2) (2019-11-22)

View File

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