Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Mar 17, 2017
1 parent 846aace commit 916eedd
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.2 - 2017-03-17
- Process subdirectories


Version 1.1.1 - 2017-02-12
- Fix build command

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
3 changes: 3 additions & 0 deletions metadata/changes/1.1.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2017-03-17 - 1.1.2

```hugulp``` now processes subdirectories in the assets folders, if present.
25 changes: 25 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
0 info it worked if it ends with ok
1 verbose cli [ '/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/node',
1 verbose cli '/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/npm',
1 verbose cli '--no-git-tag-version',
1 verbose cli '-f',
1 verbose cli 'version',
1 verbose cli '1.1.2' ]
2 info using [email protected]
3 info using [email protected]
4 warn using --force I sure hope you know what you are doing.
5 verbose stack Error: Version not changed
5 verbose stack at persistVersion (/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/lib/version.js:92:47)
5 verbose stack at /Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/lib/version.js:47:7
5 verbose stack at /Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/lib/version.js:119:5
5 verbose stack at /Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)
6 verbose cwd /Volumes/Users/kayak/github/jbrodriguez/hugulp
7 error Darwin 16.4.0
8 error argv "/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/node" "/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/npm" "--no-git-tag-version" "-f" "version" "1.1.2"
9 error node v6.9.1
10 error npm v3.10.8
11 error Version not changed
12 error If you need help, you may report this error at:
12 error <https://github.com/npm/npm/issues>
13 verbose exit [ 1, true ]

0 comments on commit 916eedd

Please sign in to comment.