Skip to content

Commit 2d82fe3

Browse files
committed
updating CHANGELOG
1 parent 5a8f651 commit 2d82fe3

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
# 1.2.0
2+
- Lots of updates to build automation
3+
- .md file docs updated
4+
- Using AngularJS now
5+
- Actively injecting Bower deps using wiredep on build
6+
7+
# 1.1.1
8+
- Using skeleton css now
9+
- Patched some issues with Makefile and Bower updates
10+
111
# 1.0.0
12+
Added support for:
13+
- Sass
14+
- ES2015
15+
- Gulp
16+
- GNU Make
17+
- JSHint

npm-debug.log

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
3+
1 verbose cli 'c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
4+
1 verbose cli 'version',
5+
1 verbose cli 'minor' ]
6+
2 info using [email protected]
7+
3 info using [email protected]
8+
4 info preversion [email protected]
9+
5 info git [ 'status', '--porcelain' ]
10+
6 verbose stack Error: Error: Git working directory not clean.
11+
6 verbose stack M CHANGELOG.md
12+
6 verbose stack at c:\Program Files\nodejs\node_modules\npm\lib\version.js:71:23
13+
6 verbose stack at c:\Program Files\nodejs\node_modules\npm\lib\version.js:151:34
14+
6 verbose stack at ChildProcess.exithandler (child_process.js:742:7)
15+
6 verbose stack at ChildProcess.emit (events.js:110:17)
16+
6 verbose stack at maybeClose (child_process.js:1015:16)
17+
6 verbose stack at Socket.<anonymous> (child_process.js:1183:11)
18+
6 verbose stack at Socket.emit (events.js:107:17)
19+
6 verbose stack at Pipe.close (net.js:485:12)
20+
7 verbose cwd u:\Github\Electron-Boilerplate
21+
8 error Windows_NT 6.1.7601
22+
9 error argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "version" "minor"
23+
10 error node v0.12.5
24+
11 error npm v2.11.2
25+
12 error Error: Git working directory not clean.
26+
12 error M CHANGELOG.md
27+
13 error If you need help, you may report this error at:
28+
13 error <https://github.com/npm/npm/issues>
29+
14 verbose exit [ 1, true ]

0 commit comments

Comments
 (0)