Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.3...v1.2.0) (2020-06-04)

### Features

* **TypeScript:** the source is now fully typed using TS ([bacf08d](bacf08d))
  • Loading branch information
semantic-release-bot committed Jun 4, 2020
1 parent c1d1b1c commit d5dc0f7
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.2.0](https://github.com/researchgate/react-intersection-observer/compare/v1.1.3...v1.2.0) (2020-06-04)


### Features

* **TypeScript:** the source is now fully typed using TS ([bacf08d](https://github.com/researchgate/react-intersection-observer/commit/bacf08dd9c5a58aa5188218218e518b97663577c))

## [1.1.3](https://github.com/researchgate/react-intersection-observer/compare/v1.1.2...v1.1.3) (2020-04-09)


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

0 comments on commit d5dc0f7

Please sign in to comment.