Skip to content

Commit c1dd393

Browse files
committed
Bump 1.5.2
cmd._foreach helper method supported object param
1 parent df559c9 commit c1dd393

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/cli-tool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { App } = require('..');
88
// init app
99
const app = new App({
1010
name: 'cli-tool',
11-
version: '1.5.1',
11+
version: '1.5.2',
1212
desc: 'application_desc',
1313
commands_dir: path.join(__dirname, '../commands'),
1414
commands_sort: ['help', 'init', 'make', 'exec'],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiosleo/cli-tool",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Design for quickly developing CLI applications using Node.js.",
55
"keywords": [
66
"cli",
@@ -61,4 +61,4 @@
6161
"lint"
6262
]
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)