From 244d90167af01c8c16a37925c9e037a7b6e9ccbd Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 16 Aug 2016 10:50:12 -0700 Subject: [PATCH] Release 0.21.0 --- HISTORY.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f7792bb..3fc58f4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,16 @@ +0.21.0 / 2016-08-16 +================== + + * fix exceptions + * domain add: try fallback if the list of name servers is empty [@hbp] + * show a proper error message for protected domain names [@hbp] + +0.20.0 / 2016-08-16 +================== + + * docker support + 0.19.0 / 2016-07-22 =================== diff --git a/package.json b/package.json index afe9a4a..8a1a568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.20.0", + "version": "0.21.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",