diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbe1c38..772d2d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.11](https://github.com/researchgate/react-intersection-list/compare/v3.0.10...v3.0.11) (2020-08-14) + + +### Bug Fixes + +* **security:** Fix security issue with serialize-javascript ([8c3265e](https://github.com/researchgate/react-intersection-list/commit/8c3265e10a4de29a7717edc53f6be7158f41b77d)) + ## [3.0.10](https://github.com/researchgate/react-intersection-list/compare/v3.0.9...v3.0.10) (2020-05-04) diff --git a/package.json b/package.json index 0cb52168..86512e5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@researchgate/react-intersection-list", "description": "React List Component using the Intersection Observer API", - "version": "3.0.10", + "version": "3.0.11", "author": "Luis Merino ", "engines": { "node": ">=10.0.0"