Browse Source

Release 0.22.0

master 0.22.0
Guillermo Rauch 9 years ago
parent
commit
b1d61b914c
  1. 9
      HISTORY.md
  2. 2
      package.json

9
HISTORY.md

@ -1,4 +1,13 @@
0.22.0 / 2016-08-26
===================
* hide secrets for now
* Add --token and --config options
* don't use domain-regex
* warn about removing bound aliases when removing a domain
* stop minifying the code
0.21.1 / 2016-08-17
===================

2
package.json

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

Loading…
Cancel
Save