diff --git a/CHANGELOG.md b/CHANGELOG.md index 705ad2dd..b32b5349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/researchgate/react-intersection-observer/compare/v1.0.1...v1.0.2) (2019-11-23) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#75](https://github.com/researchgate/react-intersection-observer/issues/75)) ([a509889](https://github.com/researchgate/react-intersection-observer/commit/a50988904ac75bd11bc6b0525cf845bb7abb3f98)) + ## [1.0.1](https://github.com/researchgate/react-intersection-observer/compare/v1.0.0...v1.0.1) (2019-05-31) diff --git a/package.json b/package.json index 75527675..06d8db63 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.0.1", + "version": "1.0.2", "author": "Luis Merino ", "engines": { "node": ">=10.0.0"