Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2019-11-23)

### Bug Fixes

* **typings:** children props should be ReactNode ([#72](#72)) ([43aa3a2](43aa3a2)), closes [/github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts#L1218-L1222](https://github.com//github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts/issues/L1218-L1222)
  • Loading branch information
semantic-release-bot committed Nov 23, 2019
1 parent 43aa3a2 commit 2805ecd
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.0.3](https://github.com/researchgate/react-intersection-observer/compare/v1.0.2...v1.0.3) (2019-11-23)


### Bug Fixes

* **typings:** children props should be ReactNode ([#72](https://github.com/researchgate/react-intersection-observer/issues/72)) ([43aa3a2](https://github.com/researchgate/react-intersection-observer/commit/43aa3a2c4042dcbbff027728c237af6fc96e5e53)), closes [/github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts#L1218-L1222](https://github.com//github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts/issues/L1218-L1222)

## [1.0.2](https://github.com/researchgate/react-intersection-observer/compare/v1.0.1...v1.0.2) (2019-11-23)


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.0.2",
"version": "1.0.3",
"author": "Luis Merino <[email protected]>",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 2805ecd

Please sign in to comment.