Skip to content

Commit c1c5030

Browse files
chore(release): 3.0.10 [skip ci]
## [3.0.10](v3.0.9...v3.0.10) (2020-05-04) ### Bug Fixes * fix import path of intersection-observer dependency in sentinel ([#124](#124)) ([659afa8](659afa8))
1 parent 659afa8 commit c1c5030

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.10](https://github.com/researchgate/react-intersection-list/compare/v3.0.9...v3.0.10) (2020-05-04)
2+
3+
4+
### Bug Fixes
5+
6+
* fix import path of intersection-observer dependency in sentinel ([#124](https://github.com/researchgate/react-intersection-list/issues/124)) ([659afa8](https://github.com/researchgate/react-intersection-list/commit/659afa8835ede0b07bd49d3d23f8e652312c1dff))
7+
18
## [3.0.9](https://github.com/researchgate/react-intersection-list/compare/v3.0.8...v3.0.9) (2020-03-26)
29

310

package.json

Lines changed: 1 addition & 1 deletion
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.9",
4+
"version": "3.0.10",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.0.0"

0 commit comments

Comments
 (0)