Browse Source

Release 0.19.0

master 0.19.0
Guillermo Rauch 9 years ago
parent
commit
9284265f14
  1. 8
      HISTORY.md
  2. 2
      package.json

8
HISTORY.md

@ -1,4 +1,12 @@
0.19.0 / 2016-07-22
===================
* alias: handle `ESERVFAIL` [@rauchg]
* add cmd line flag to forward NPM auth token [@rase-]
* make a binary of `now` using enclosejs [@igorklopov]
* bunch of misc improvements to build process [@leo]
0.18.1 / 2016-06-23 0.18.1 / 2016-06-23
=================== ===================

2
package.json

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

Loading…
Cancel
Save