From 25b37884f2a323e01ef11ba430fcf0d311074953 Mon Sep 17 00:00:00 2001 From: Luis Merino Date: Thu, 14 Sep 2017 09:45:44 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11536fcf..cc1253ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# 0.3.0 (2017-09-14) + + +### Features + +* **core_dep_update:** update react-intersection-observer to latest version ([201c2d1](https://github.com/researchgate/react-intersection-list/commit/201c2d1)) + + + ## [0.1.1](https://github.com/researchgate/react-intersection-list/compare/v0.1.0...v0.1.1) (2017-09-12) diff --git a/package.json b/package.json index 4b415f26..1ef2d646 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": "0.1.1", + "version": "0.3.0", "author": "Luis Merino ", "bugs": { "url": "https://github.com/researchgate/react-intersection-list/issues"