Browse Source

Release 0.23.0

master 0.23.0
Guillermo Rauch 9 years ago
parent
commit
a09cd39165
  1. 8
      HISTORY.md
  2. 2
      package.json

8
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
===================

2
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",

Loading…
Cancel
Save