Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2020-04-09)

### Bug Fixes

* **boundary:** DOM missing throws; no error boundary ([a96c319](a96c319))
  • Loading branch information
semantic-release-bot committed Apr 9, 2020
1 parent a96c319 commit d296ee2
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.3](https://github.com/researchgate/react-intersection-observer/compare/v1.1.2...v1.1.3) (2020-04-09)


### Bug Fixes

* **boundary:** DOM missing throws; no error boundary ([a96c319](https://github.com/researchgate/react-intersection-observer/commit/a96c31978faaf8b56f31f0ea201c02f10aa83f1c))

## [1.1.2](https://github.com/researchgate/react-intersection-observer/compare/v1.1.1...v1.1.2) (2020-03-26)


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.2",
"version": "1.1.3",
"author": "Luis Merino <[email protected]>",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit d296ee2

Please sign in to comment.