Browse Source

Release 0.16.0

master 0.16.0
Guillermo Rauch 9 years ago
parent
commit
d68223775a
  1. 6
      History.md
  2. 2
      package.json

6
History.md

@ -1,4 +1,10 @@
0.16.0 / 2016-06-03
===================
* now-deploy: add "initializing" message [@rauchg]
* Use `"now"` nampespace for `"engines"` [@rase-]
0.15.0 / 2016-05-30
===================

2
package.json

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

Loading…
Cancel
Save