Skip to content

Commit d5dc0f7

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.3...v1.2.0) (2020-06-04) ### Features * **TypeScript:** the source is now fully typed using TS ([bacf08d](bacf08d))
1 parent c1d1b1c commit d5dc0f7

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.2.0](https://github.com/researchgate/react-intersection-observer/compare/v1.1.3...v1.2.0) (2020-06-04)
2+
3+
4+
### Features
5+
6+
* **TypeScript:** the source is now fully typed using TS ([bacf08d](https://github.com/researchgate/react-intersection-observer/commit/bacf08dd9c5a58aa5188218218e518b97663577c))
7+
18
## [1.1.3](https://github.com/researchgate/react-intersection-observer/compare/v1.1.2...v1.1.3) (2020-04-09)
29

310

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

0 commit comments

Comments
 (0)