Skip to content

Commit

Permalink
chore(release): 1.3.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.5](v1.3.4...v1.3.5) (2020-11-04)

### Bug Fixes

* **observer:** fix of reobserve doesn't add observer to map ([3ce4536](3ce4536)), closes [#153](#153) [/github.com//pull/153/files#diff-44cb04e2627c3ab84281b41d14880e5e822437f19144e8c14a6c95f7f7fa14bbL72](https://github.com//github.com/researchgate/react-intersection-observer/pull/153/files/issues/diff-44cb04e2627c3ab84281b41d14880e5e822437f19144e8c14a6c95f7f7fa14bbL72) [#153](#153)
  • Loading branch information
semantic-release-bot committed Nov 4, 2020
1 parent 3ce4536 commit 9c33928
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.3.5](https://github.com/researchgate/react-intersection-observer/compare/v1.3.4...v1.3.5) (2020-11-04)


### Bug Fixes

* **observer:** fix of reobserve doesn't add observer to map ([3ce4536](https://github.com/researchgate/react-intersection-observer/commit/3ce453675cb12ab5c82b51303f203c7e491607b1)), closes [#153](https://github.com/researchgate/react-intersection-observer/issues/153) [/github.com/researchgate/react-intersection-observer/pull/153/files#diff-44cb04e2627c3ab84281b41d14880e5e822437f19144e8c14a6c95f7f7fa14bbL72](https://github.com//github.com/researchgate/react-intersection-observer/pull/153/files/issues/diff-44cb04e2627c3ab84281b41d14880e5e822437f19144e8c14a6c95f7f7fa14bbL72) [#153](https://github.com/researchgate/react-intersection-observer/issues/153)

## [1.3.4](https://github.com/researchgate/react-intersection-observer/compare/v1.3.3...v1.3.4) (2020-08-17)


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.3.4",
"version": "1.3.5",
"author": "Luis Merino <mail@luismerino.name>",
"engines": {
"node": ">=10.18.1"
Expand Down

0 comments on commit 9c33928

Please sign in to comment.