Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3dbf807

Browse files
committed
prepare 0.7.1 release
1 parent fe2c084 commit 3dbf807

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [0.7.0] - WIP
66
- validate function for package.json & coderoad.json
7+
- repair README creator on build
78

89
## [0.6.0] - 2016-06-12
910
- allow for programmatic use

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var publish_1 = require('./publish');
1111
var update_1 = require('./update');
1212
var validate_1 = require('./validate');
1313
program
14-
.version('0.7.0')
14+
.version('0.7.1')
1515
.usage('[options] <keywords>')
1616
.option('-b, --build <path/to/tutorial.md>', 'tutorial markdown file', /^.+\.md$/i)
1717
.option('-c, --create <name>', 'tutorial name')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-cli",
3-
"version": "0.6.0",
3+
"version": "0.7.1",
44
"description": "Command line interface for CodeRoad. Build project files.",
55
"keywords": [
66
"coderoad"

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import checkForUpdate from './update';
1313
import validate from './validate';
1414

1515
program
16-
.version('0.7.0')
16+
.version('0.7.1')
1717
.usage('[options] <keywords>')
1818
.option('-b, --build <path/to/tutorial.md>',
1919
'tutorial markdown file', /^.+\.md$/i)

0 commit comments

Comments
 (0)