From 9284265f1431daaf27483b1b546d7003d1586d8a Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 22 Jul 2016 17:41:22 -0700 Subject: [PATCH] Release 0.19.0 --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ebdbf7b..f7792bb 100644 --- a/HISTORY.md +++ b/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 =================== diff --git a/package.json b/package.json index 56895c5..0e2e281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.18.1", + "version": "0.19.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",