Skip to content

Commit 9c33928

Browse files
chore(release): 1.3.5 [skip ci]
## [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)
1 parent 3ce4536 commit 9c33928

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.5](https://github.com/researchgate/react-intersection-observer/compare/v1.3.4...v1.3.5) (2020-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
18
## [1.3.4](https://github.com/researchgate/react-intersection-observer/compare/v1.3.3...v1.3.4) (2020-08-17)
29

310

package.json

+1-1
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.3.4",
4+
"version": "1.3.5",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.18.1"

0 commit comments

Comments
 (0)