Skip to content
This repository was archived by the owner on Aug 24, 2018. It is now read-only.

Commit 32bab3e

Browse files
committed
chore(release): 0.3.0
1 parent 77292b8 commit 32bab3e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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/bucharest-gold/origin-s2i-nodejs/compare/0.2.0...v0.3.0) (2017-04-04)
7+
8+
9+
### Bug Fixes
10+
11+
* onbuild build ([0422415](https://github.com/bucharest-gold/origin-s2i-nodejs/commit/0422415))
12+
13+
14+
### Features
15+
16+
* update to node versions 4.8.2 6.10.2 7.8.0 ([77292b8](https://github.com/bucharest-gold/origin-s2i-nodejs/commit/77292b8))

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"type": "git",
66
"url": "https://github.com/bucharest-gold/origin-s2i-nodejs.git"
77
},
8-
"version": "0.2.0",
8+
"version": "0.3.0",
99
"description": "NodeJS images for OpenShift / Kubernetes, based on CentOS",
1010
"devDependencies": {
1111
"roi": "~0.14.1",
1212
"semver": "~5.1.0",
13+
"standard-version": "~4.0.0",
1314
"underscore": "~1.8.3"
1415
},
1516
"keywords": [

0 commit comments

Comments
 (0)