diff --git a/CHANGELOG.md b/CHANGELOG.md index 9588bc8c..8f47cb78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1b1f0e6f..16cf2c9f 100644 --- a/package.json +++ b/package.json @@ -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": [