Skip to content

Commit 25f6ea9

Browse files
chore(release): 4.0.0 [skip ci]
# [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
1 parent 3a05a75 commit 25f6ea9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29)
2+
3+
4+
### Features
5+
6+
* ๐ŸŽธ add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7))
7+
* ๐ŸŽธ improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* useCounter interface changed
13+
114
# [3.1.0](https://github.com/streamich/react-use/compare/v3.0.0...v3.1.0) (2018-10-29)
215

316

โ€Žpackage.jsonโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
ย (0)