diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e80822..785b5d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.3.0](https://github.com/streamich/react-use/compare/v7.2.0...v7.3.0) (2019-03-31) + + +### Features + +* add useEffectOnce hook ([06c12d4](https://github.com/streamich/react-use/commit/06c12d4)) + # [7.2.0](https://github.com/streamich/react-use/compare/v7.1.1...v7.2.0) (2019-03-31) diff --git a/package.json b/package.json index 3e5615b4..a84b02b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "7.2.0", + "version": "7.3.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",