Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.1.0...v4.0.0) (2018-10-29)

### Features

* ๐ŸŽธ add useNumber alias ([a58a4a7](a58a4a7))
* ๐ŸŽธ improve useCounter interface ([395e82b](395e82b))

### BREAKING CHANGES

* useCounter interface changed
  • Loading branch information
semantic-release-bot committed Oct 29, 2018
1 parent 3a05a75 commit 25f6ea9
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 @@
# [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)


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

0 comments on commit 25f6ea9

Please sign in to comment.