Skip to content

Commit cc9a290

Browse files
committed
chore(release): 0.3.0
1 parent af06d4b commit cc9a290

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.3.0"></a>
6+
# [0.3.0](https://github.com/researchgate/react-intersection-observer/compare/v0.2.0...v0.3.0) (2017-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **root:** better compatibility with server-side rendering ([2cfa082](https://github.com/researchgate/react-intersection-observer/commit/2cfa082))
12+
13+
14+
### Features
15+
16+
* **blueprint:** use node-package-blueprint scripts, deps, and structure ([af06d4b](https://github.com/researchgate/react-intersection-observer/commit/af06d4b))
17+
* **dependency-ci:** Added badge for DependencyCI ([97e4bbe](https://github.com/researchgate/react-intersection-observer/commit/97e4bbe))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@researchgate/react-intersection-observer",
33
"description": "React component for the Intersection Observer API",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": "Luis Merino <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/researchgate/react-intersection-observer/issues"

0 commit comments

Comments
 (0)