Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendez committed Sep 14, 2017
1 parent af06d4b commit cc9a290
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="0.3.0"></a>
# [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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/researchgate/react-intersection-observer/issues"
Expand Down

0 comments on commit cc9a290

Please sign in to comment.