Skip to content

Commit

Permalink
chore(release): 12.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [12.2.2](v12.2.1...v12.2.2) (2019-09-26)

### Bug Fixes

* useDebounce remove deps from function arguments ([#623](#623)) ([23d6a5a](23d6a5a))
  • Loading branch information
semantic-release-bot committed Sep 26, 2019
1 parent 23d6a5a commit b5700f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [12.2.2](https://github.com/streamich/react-use/compare/v12.2.1...v12.2.2) (2019-09-26)


### Bug Fixes

* useDebounce remove deps from function arguments ([#623](https://github.com/streamich/react-use/issues/623)) ([23d6a5a](https://github.com/streamich/react-use/commit/23d6a5a))

## [12.2.1](https://github.com/streamich/react-use/compare/v12.2.0...v12.2.1) (2019-09-23)


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

0 comments on commit b5700f2

Please sign in to comment.