diff --git a/CHANGELOG.md b/CHANGELOG.md index 257c2731..487fac23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/researchgate/react-intersection-observer/compare/v1.2.0...v1.3.0) (2020-07-30) + + +### Features + +* **hooks:** Hooks ([#131](https://github.com/researchgate/react-intersection-observer/issues/131)) ([ecdff74](https://github.com/researchgate/react-intersection-observer/commit/ecdff74633f078c5345808546552bf793e9f234c)) + # [1.2.0](https://github.com/researchgate/react-intersection-observer/compare/v1.1.3...v1.2.0) (2020-06-04) diff --git a/package.json b/package.json index 06064d63..19674273 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@researchgate/react-intersection-observer", "description": "React component for the Intersection Observer API", - "version": "1.2.0", + "version": "1.3.0", "author": "Luis Merino ", "engines": { "node": ">=10.18.1"