From e753a7fde44df3e9578463f41c01a45e9d1c6d11 Mon Sep 17 00:00:00 2001 From: Luis Merino Date: Mon, 18 Jun 2018 12:22:20 +0200 Subject: [PATCH] chore(release): 3.0.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d420d0a..491cf00b 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. + +## [3.0.2](https://github.com/researchgate/react-intersection-list/compare/v3.0.1...v3.0.2) (2018-06-18) + + + ## [3.0.1](https://github.com/researchgate/react-intersection-list/compare/v3.0.0...v3.0.1) (2018-05-28) diff --git a/package.json b/package.json index 5f431477..6074e8ff 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": "3.0.1", + "version": "3.0.2", "author": "Luis Merino ", "bugs": { "url": "https://github.com/researchgate/react-intersection-list/issues"