Skip to content

Commit 9327ac3

Browse files
committed
Release v0.4.0
1 parent 18f2e21 commit 9327ac3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.4.0 - Wed, 16 Sep 2015 17:07:17 GMT
2+
--------------------------------------
3+
4+
- [2c52100](../../commit/2c52100) [added] 'CHANGELOG-alpha.md' is generating for pre-releases now
5+
- [73aa215](../../commit/73aa215) [changed] use 'npm run docs-build' instead of 'npm run build' for '--only-docs'
6+
- [602343a](../../commit/602343a) [added] 'skipBuildStep' special case option
7+
8+
9+
110
v0.3.1 - Wed, 16 Sep 2015 12:33:32 GMT
211
--------------------------------------
312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "release-script",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Release tools for projects. From github repo to npm and bower packages",
55
"bin": {
66
"release": "./bin/release.js"

0 commit comments

Comments
 (0)