Skip to content

Commit e43da14

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.5...v1.1.0) (2020-03-24) ### Features * **errorReporting:** error reporting happens now in error boundary ([11f5e9f](11f5e9f))
1 parent 11f5e9f commit e43da14

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.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.5...v1.1.0) (2020-03-24)
2+
3+
4+
### Features
5+
6+
* **errorReporting:** error reporting happens now in error boundary ([11f5e9f](https://github.com/researchgate/react-intersection-observer/commit/11f5e9f10b300d210996b9b8f2bf51d90664e298))
7+
18
## [1.0.5](https://github.com/researchgate/react-intersection-observer/compare/v1.0.4...v1.0.5) (2019-12-01)
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.0.5",
4+
"version": "1.1.0",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.0.0"

0 commit comments

Comments
 (0)