Skip to content

Commit 5fe98b0

Browse files
chore(release): 5.5.0 [skip ci]
# [5.5.0](v5.4.1...v5.5.0) (2019-02-23) ### Bug Fixes * add type definition for useList() remove() method ([ea2dc43](ea2dc43)) * useSetState bug ([83611a1](83611a1)) ### Features * Add remove method for useList ([5a295d9](5a295d9))
1 parent ea2dc43 commit 5fe98b0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.5.0](https://github.com/streamich/react-use/compare/v5.4.1...v5.5.0) (2019-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add type definition for useList() remove() method ([ea2dc43](https://github.com/streamich/react-use/commit/ea2dc43))
7+
* useSetState bug ([83611a1](https://github.com/streamich/react-use/commit/83611a1))
8+
9+
10+
### Features
11+
12+
* Add remove method for useList ([5a295d9](https://github.com/streamich/react-use/commit/5a295d9))
13+
114
## [5.4.1](https://github.com/streamich/react-use/compare/v5.4.0...v5.4.1) (2019-02-19)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "5.4.1",
3+
"version": "5.5.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)