Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2018-10-29)

### Features

* ๐ŸŽธ add useGetSet hook ([bfc30b9](bfc30b9))
* ๐ŸŽธ add useUpdate hook ([c00f308](c00f308))
  • Loading branch information
semantic-release-bot committed Oct 29, 2018
1 parent aa4c3d9 commit 8e81e8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 8e81e8f

Please sign in to comment.