Skip to content

Commit

Permalink
chore(package) v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 17, 2016
1 parent 2f6bde7 commit 2716f37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2016.06.17, v2.1.0

fix:
- (longrun) options: all
- (longrun) argv[1] -> argv._[1]

feature:
- (package) add wisdom:done
- (longrun) command: runners, fn, runner -> runners, options, fn
- (list) --directories, --commands: show only runners that contains directories or command


2016.06.14, v2.0.2

fix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "longrun",
"version": "2.0.2",
"version": "2.1.0",
"description": "Run set of commands in group of directories",
"main": "lib/longrun.js",
"bin": {
Expand Down

0 comments on commit 2716f37

Please sign in to comment.