Browse Source

Release 0.21.0

master 0.21.0
Guillermo Rauch 9 years ago
parent
commit
244d90167a
  1. 12
      HISTORY.md
  2. 2
      package.json

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

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

Loading…
Cancel
Save