Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Merino committed Feb 26, 2018
1 parent 6e872e2 commit c65314a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.1"></a>
## [1.0.1](https://github.com/researchgate/react-intersection-list/compare/v1.0.0...v1.0.1) (2018-02-26)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/researchgate/react-intersection-list/compare/v0.4.1...v1.0.0) (2017-11-24)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@researchgate/react-intersection-list",
"description": "React List Component using the Intersection Observer API",
"version": "1.0.0",
"version": "1.0.1",
"author": "Luis Merino <[email protected]>",
"bugs": {
"url": "https://github.com/researchgate/react-intersection-list/issues"
Expand Down Expand Up @@ -101,4 +101,4 @@
"storybook": "start-storybook -p 9001 -c .storybook",
"test": "jest"
}
}
}

0 comments on commit c65314a

Please sign in to comment.