chore(release): 9.4.0 [skip ci]

# [9.4.0](https://github.com/streamich/react-use/compare/v9.3.0...v9.4.0) (2019-06-04)

### Bug Fixes

* fix TypeScript error ([72e3036](https://github.com/streamich/react-use/commit/72e3036))
* **docs:** syntax error, improve examples ([8bbe9d8](https://github.com/streamich/react-use/commit/8bbe9d8))

### Features

* improve createReducer function ([6ba2d93](https://github.com/streamich/react-use/commit/6ba2d93)), closes [#164](https://github.com/streamich/react-use/issues/164)
This commit is contained in:
semantic-release-bot 2019-06-04 17:03:30 +00:00
parent c3ecced951
commit 4e343b1399
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [9.4.0](https://github.com/streamich/react-use/compare/v9.3.0...v9.4.0) (2019-06-04)
### Bug Fixes
* fix TypeScript error ([72e3036](https://github.com/streamich/react-use/commit/72e3036))
* **docs:** syntax error, improve examples ([8bbe9d8](https://github.com/streamich/react-use/commit/8bbe9d8))
### Features
* improve createReducer function ([6ba2d93](https://github.com/streamich/react-use/commit/6ba2d93)), closes [#164](https://github.com/streamich/react-use/issues/164)
# [9.3.0](https://github.com/streamich/react-use/compare/v9.2.0...v9.3.0) (2019-05-31)

View File

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