Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.0...v5.1.0) (2018-12-19)

### Bug Fixes

* πŸ› just use any for setTimeout because of diff environments ([55673cb](55673cb))
* πŸ› memoized does not receive arguments ([244a533](244a533))
* πŸ› use Timeout type for build to work ([8c66abe](8c66abe))

### Features

* added useDebounce ([91ff6ba](91ff6ba))
* pass arguments to memoized callback ([#81](#81)) ([88dd513](88dd513))
  • Loading branch information
semantic-release-bot committed Dec 19, 2018
1 parent 55673cb commit d8800b4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [5.1.0](https://github.com/streamich/react-use/compare/v5.0.0...v5.1.0) (2018-12-19)


### Bug Fixes

* πŸ› just use any for setTimeout because of diff environments ([55673cb](https://github.com/streamich/react-use/commit/55673cb))
* πŸ› memoized does not receive arguments ([244a533](https://github.com/streamich/react-use/commit/244a533))
* πŸ› use Timeout type for build to work ([8c66abe](https://github.com/streamich/react-use/commit/8c66abe))


### Features

* added useDebounce ([91ff6ba](https://github.com/streamich/react-use/commit/91ff6ba))
* pass arguments to memoized callback ([#81](https://github.com/streamich/react-use/issues/81)) ([88dd513](https://github.com/streamich/react-use/commit/88dd513))

# [5.0.0](https://github.com/streamich/react-use/compare/v4.11.1...v5.0.0) (2018-12-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.0.0",
"version": "5.1.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit d8800b4

Please sign in to comment.