chore(release): 2.2.0 [skip ci]

# [2.2.0](https://github.com/streamich/react-use/compare/v2.1.0...v2.2.0) (2018-10-29)

### Features

* 🎸 add useGetSet hook ([bfc30b9](https://github.com/streamich/react-use/commit/bfc30b9))
* 🎸 add useUpdate hook ([c00f308](https://github.com/streamich/react-use/commit/c00f308))
This commit is contained in:
semantic-release-bot 2018-10-29 14:10:33 +00:00
parent aa4c3d997a
commit 8e81e8fe6b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# [2.2.0](https://github.com/streamich/react-use/compare/v2.1.0...v2.2.0) (2018-10-29)
### Features
* 🎸 add useGetSet hook ([bfc30b9](https://github.com/streamich/react-use/commit/bfc30b9))
* 🎸 add useUpdate hook ([c00f308](https://github.com/streamich/react-use/commit/c00f308))
# [2.1.0](https://github.com/streamich/react-use.git/compare/v2.0.0...v2.1.0) (2018-10-28)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "2.1.0",
"version": "2.2.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [