Skip to content

Commit

Permalink
chore(release): 9.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.4.0](v9.3.0...v9.4.0) (2019-06-04)

### Bug Fixes

* fix TypeScript error ([72e3036](72e3036))
* **docs:** syntax error, improve examples ([8bbe9d8](8bbe9d8))

### Features

* improve createReducer function ([6ba2d93](6ba2d93)), closes [#164](#164)
  • Loading branch information
semantic-release-bot committed Jun 4, 2019
1 parent c3ecced commit 4e343b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4e343b1

Please sign in to comment.