mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
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:
parent
3a05a7563b
commit
25f6ea9954
13
CHANGELOG.md
13
CHANGELOG.md
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user