diff --git a/CHANGELOG.md b/CHANGELOG.md index 772d2d4a..0460db9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.12](https://github.com/researchgate/react-intersection-list/compare/v3.0.11...v3.0.12) (2021-05-11) + + +### Bug Fixes + +* **renovate:** Force default branch to be main ([74fa774](https://github.com/researchgate/react-intersection-list/commit/74fa77474de0c95d94f4bfcf24d7b198bfda98e6)) + ## [3.0.11](https://github.com/researchgate/react-intersection-list/compare/v3.0.10...v3.0.11) (2020-08-14) diff --git a/package.json b/package.json index 519e56df..85e80d10 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.11", + "version": "3.0.12", "author": "Luis Merino ", "engines": { "node": ">=10.0.0" @@ -94,4 +94,4 @@ "test": "spire test", "ts:check": "tsc --project types" } -} \ No newline at end of file +}