Skip to content

Commit

Permalink
chore(release): 10.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [10.3.1](v10.3.0...v10.3.1) (2019-08-02)

### Bug Fixes

* **storybook:** fix useKeyboardJs import path ([b7481f6](b7481f6))
* **useKeyboardJs:** fix argument type error ([8c820ce](8c820ce))
* allow string list in useKeyboardJs hook ([aecbd0b](aecbd0b))
  • Loading branch information
semantic-release-bot committed Aug 2, 2019
1 parent e0e8d57 commit 192085a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [10.3.1](https://github.com/streamich/react-use/compare/v10.3.0...v10.3.1) (2019-08-02)


### Bug Fixes

* **storybook:** fix useKeyboardJs import path ([b7481f6](https://github.com/streamich/react-use/commit/b7481f6))
* **useKeyboardJs:** fix argument type error ([8c820ce](https://github.com/streamich/react-use/commit/8c820ce))
* allow string list in useKeyboardJs hook ([aecbd0b](https://github.com/streamich/react-use/commit/aecbd0b))

# [10.3.0](https://github.com/streamich/react-use/compare/v10.2.0...v10.3.0) (2019-07-26)


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": "10.3.0",
"version": "10.3.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 192085a

Please sign in to comment.