From cc9a290cec7a78a5138227676fed2ddeec1c151f Mon Sep 17 00:00:00 2001 From: Luis Merino Date: Thu, 14 Sep 2017 09:34:56 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..cabbbef9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +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](https://github.com/researchgate/react-intersection-observer/compare/v0.2.0...v0.3.0) (2017-09-14) + + +### Bug Fixes + +* **root:** better compatibility with server-side rendering ([2cfa082](https://github.com/researchgate/react-intersection-observer/commit/2cfa082)) + + +### Features + +* **blueprint:** use node-package-blueprint scripts, deps, and structure ([af06d4b](https://github.com/researchgate/react-intersection-observer/commit/af06d4b)) +* **dependency-ci:** Added badge for DependencyCI ([97e4bbe](https://github.com/researchgate/react-intersection-observer/commit/97e4bbe)) diff --git a/package.json b/package.json index 8660f505..85137986 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@researchgate/react-intersection-observer", "description": "React component for the Intersection Observer API", - "version": "0.2.0", + "version": "0.3.0", "author": "Luis Merino ", "bugs": { "url": "https://github.com/researchgate/react-intersection-observer/issues"