Skip to content

Commit d296ee2

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2020-04-09) ### Bug Fixes * **boundary:** DOM missing throws; no error boundary ([a96c319](a96c319))
1 parent a96c319 commit d296ee2

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+
## [1.1.3](https://github.com/researchgate/react-intersection-observer/compare/v1.1.2...v1.1.3) (2020-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **boundary:** DOM missing throws; no error boundary ([a96c319](https://github.com/researchgate/react-intersection-observer/commit/a96c31978faaf8b56f31f0ea201c02f10aa83f1c))
7+
18
## [1.1.2](https://github.com/researchgate/react-intersection-observer/compare/v1.1.1...v1.1.2) (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-observer",
33
"description": "React component for the Intersection Observer API",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.0.0"

0 commit comments

Comments
 (0)