Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Mar 29, 2017
1 parent 994616d commit cd9c736
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

3.2.0 / 2017-03-29
==================

* feat: extractArgv refactor & extract debug port
* feat: extractArgv support expose_debug_as

3.1.0 / 2017-03-21
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/cmd/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DebugCommand extends Command {
this.options = {
// set default to empty so `--inspect` will always pass to fork
inspect: {
description: 'v8 Inspector port',
description: 'V8 Inspector port',
default: '',
},
'inspect-brk': {
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": "egg-bin",
"version": "3.1.0",
"version": "3.2.0",
"description": "egg developer tool",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit cd9c736

Please sign in to comment.