chore(release): 4.0.0 [skip ci]

# [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29)

### Features

* 🎸 add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7))
* 🎸 improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b))

### BREAKING CHANGES

* useCounter interface changed
This commit is contained in:
semantic-release-bot 2018-10-29 17:49:14 +00:00
parent 3a05a7563b
commit 25f6ea9954
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29)
### Features
* 🎸 add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7))
* 🎸 improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b))
### BREAKING CHANGES
* useCounter interface changed
# [3.1.0](https://github.com/streamich/react-use/compare/v3.0.0...v3.1.0) (2018-10-29)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "3.1.0",
"version": "4.0.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [