Skip to content

Commit 564d92f

Browse files
chore(release): 3.0.12 [skip ci]
## [3.0.12](v3.0.11...v3.0.12) (2021-05-11) ### Bug Fixes * **renovate:** Force default branch to be main ([74fa774](74fa774))
1 parent 74fa774 commit 564d92f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.12](https://github.com/researchgate/react-intersection-list/compare/v3.0.11...v3.0.12) (2021-05-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **renovate:** Force default branch to be main ([74fa774](https://github.com/researchgate/react-intersection-list/commit/74fa77474de0c95d94f4bfcf24d7b198bfda98e6))
7+
18
## [3.0.11](https://github.com/researchgate/react-intersection-list/compare/v3.0.10...v3.0.11) (2020-08-14)
29

310

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@researchgate/react-intersection-list",
33
"description": "React List Component using the Intersection Observer API",
4-
"version": "3.0.11",
4+
"version": "3.0.12",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.0.0"
@@ -94,4 +94,4 @@
9494
"test": "spire test",
9595
"ts:check": "tsc --project types"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)