Skip to content

Commit 648b473

Browse files
chore(release): 1.3.2 [skip ci]
## [1.3.2](v1.3.1...v1.3.2) (2020-08-04) ### Bug Fixes * observer pool for hooks ([#153](#153)) ([807b8df](807b8df))
1 parent 807b8df commit 648b473

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.2](https://github.com/researchgate/react-intersection-observer/compare/v1.3.1...v1.3.2) (2020-08-04)
2+
3+
4+
### Bug Fixes
5+
6+
* observer pool for hooks ([#153](https://github.com/researchgate/react-intersection-observer/issues/153)) ([807b8df](https://github.com/researchgate/react-intersection-observer/commit/807b8df3751eab232962387f28be599f52ec1566))
7+
18
## [1.3.1](https://github.com/researchgate/react-intersection-observer/compare/v1.3.0...v1.3.1) (2020-08-03)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "1.3.2",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.18.1"

0 commit comments

Comments
 (0)