Skip to content

Commit 78da6d4

Browse files
chore(release): 3.0.9 [skip ci]
## [3.0.9](v3.0.8...v3.0.9) (2020-03-26) ### Bug Fixes * **intersection-observer:** upgrade to latest version and adapt ([1a5fa7c](1a5fa7c))
1 parent 1a5fa7c commit 78da6d4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.9](https://github.com/researchgate/react-intersection-list/compare/v3.0.8...v3.0.9) (2020-03-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **intersection-observer:** upgrade to latest version and adapt ([1a5fa7c](https://github.com/researchgate/react-intersection-list/commit/1a5fa7c60e1aaab3a4056b4bd1e5049fbb3c7294))
7+
18
## [3.0.8](https://github.com/researchgate/react-intersection-list/compare/v3.0.7...v3.0.8) (2019-12-01)
29

310

package.json

Lines changed: 2 additions & 3 deletions
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.8",
4+
"version": "3.0.9",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.0.0"
@@ -86,6 +86,5 @@
8686
"storybook": "start-storybook -p 9001 -c .storybook",
8787
"test": "spire test",
8888
"ts:check": "tsc --project types"
89-
},
90-
"prettier": "@researchgate/prettier-config"
89+
}
9190
}

0 commit comments

Comments
 (0)