Skip to content

Commit

Permalink
chore(release): 5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Feb 23, 2019
1 parent ea2dc43 commit 5fe98b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [5.5.0](https://github.com/streamich/react-use/compare/v5.4.1...v5.5.0) (2019-02-23)


### Bug Fixes

* add type definition for useList() remove() method ([ea2dc43](https://github.com/streamich/react-use/commit/ea2dc43))
* useSetState bug ([83611a1](https://github.com/streamich/react-use/commit/83611a1))


### Features

* Add remove method for useList ([5a295d9](https://github.com/streamich/react-use/commit/5a295d9))

## [5.4.1](https://github.com/streamich/react-use/compare/v5.4.0...v5.4.1) (2019-02-19)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "5.4.1",
"version": "5.5.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 5fe98b0

Please sign in to comment.