Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2020-03-26)

### Bug Fixes

* **errorBoundary:** fallback to children to propagate different errors ([#105](#105)) ([78eb990](78eb990))
  • Loading branch information
semantic-release-bot committed Mar 26, 2020
1 parent 78eb990 commit 6a0c401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/researchgate/react-intersection-observer/compare/v1.1.1...v1.1.2) (2020-03-26)


### Bug Fixes

* **errorBoundary:** fallback to children to propagate different errors ([#105](https://github.com/researchgate/react-intersection-observer/issues/105)) ([78eb990](https://github.com/researchgate/react-intersection-observer/commit/78eb990b7add3172420cf9fc020a2a4a8ccd1cbb))

## [1.1.1](https://github.com/researchgate/react-intersection-observer/compare/v1.1.0...v1.1.1) (2020-03-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@researchgate/react-intersection-observer",
"description": "React component for the Intersection Observer API",
"version": "1.1.1",
"version": "1.1.2",
"author": "Luis Merino <[email protected]>",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 6a0c401

Please sign in to comment.