diff --git a/HISTORY.md b/HISTORY.md index d472eb0..856d39f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,12 @@ +0.23.0 / 2016-09-02 +=================== + + * add `-e` [@rauchg] + * add `now secret` [@rauchg] + * fix Docker CMD docs link (#124) [@tootallnate] + * Use "cross-spawn" instead of "cross-spawn-async" (#125) [@tootallnate] + 0.22.0 / 2016-08-26 =================== diff --git a/package.json b/package.json index e11cf29..59db149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.22.0", + "version": "0.23.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",