Browse Source

Release 0.17.0

master 0.17.0
Guillermo Rauch 9 years ago
parent
commit
dc9a20e42f
  1. 7
      History.md
  2. 2
      package.json

7
History.md

@ -1,4 +1,11 @@
0.17.0 / 2016-06-06
===================
* index: add support for `engines` [@rauchg]
* index: add version reporting to CLI [@rauchg]
* login: add support for token name [@nkzawa]
0.16.0 / 2016-06-03
===================

2
package.json

@ -1,6 +1,6 @@
{
"name": "now",
"version": "0.16.0",
"version": "0.17.0",
"description": "realtime instant node.js deployment with one command",
"readme": "",
"main": "./build/lib/index",

Loading…
Cancel
Save