Skip to content

Commit

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

### Bug Fixes

* **forwardRef:** fix error boundary not forwarding the ref ([568cd57](568cd57))
  • Loading branch information
semantic-release-bot committed Mar 24, 2020
1 parent 568cd57 commit 99aa67f
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.1](https://github.com/researchgate/react-intersection-observer/compare/v1.1.0...v1.1.1) (2020-03-24)


### Bug Fixes

* **forwardRef:** fix error boundary not forwarding the ref ([568cd57](https://github.com/researchgate/react-intersection-observer/commit/568cd579c9003597eecc7b501bfc9fa9205633f7))

# [1.1.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.5...v1.1.0) (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.0",
"version": "1.1.1",
"author": "Luis Merino <mail@luismerino.name>",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 99aa67f

Please sign in to comment.