Browse Source

Release 0.18.0

master 0.18.0
Guillermo Rauch 9 years ago
parent
commit
07339ffa0b
  1. 12
      History.md
  2. 2
      package.json

12
History.md

@ -1,4 +1,16 @@
0.18.0 / 2016-06-23
===================
* don't use http2 agent when `--url` is set [@nkzawa]
* send user-agent on login [@nkzawa]
* removing a deployment warns about alias removal [@rauchg]
* improve error handling for certificates [@rauchg]
* improve alias message [@rauchg]
* improve alias listing style [@rauchg]
* add automatic DNS records configuration [@rauchg]
* add support for `now domains` [@rauchg]
0.17.1 / 2016-06-07
===================

2
package.json

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

Loading…
Cancel
Save