diff --git a/CHANGELOG.md b/CHANGELOG.md index ad36f074..655e936a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [1.0.1](https://github.com/researchgate/react-intersection-list/compare/v1.0.0...v1.0.1) (2018-02-26) + + + # [1.0.0](https://github.com/researchgate/react-intersection-list/compare/v0.4.1...v1.0.0) (2017-11-24) diff --git a/package.json b/package.json index c347bffe..7579560e 100644 --- a/package.json +++ b/package.json @@ -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 ", "bugs": { "url": "https://github.com/researchgate/react-intersection-list/issues" @@ -101,4 +101,4 @@ "storybook": "start-storybook -p 9001 -c .storybook", "test": "jest" } -} \ No newline at end of file +}