Browse Source

Release 0.9.15

master 0.9.15
Guillermo Rauch 9 years ago
parent
commit
cbc93e8c6c
  1. 9
      History.md
  2. 2
      package.json

9
History.md

@ -1,4 +1,13 @@
0.9.15 / 2016-04-01
===================
* print logs from build [@rauchg]
* fix unwanted bails in retrying logic [@rase-]
* ignore update checking if no tty [@rauchg]
* add messages for rate limit exceeded error [@nkzawa]
* check for updates upon `-h` and `-v` [@rauchg]
0.9.14 / 2016-03-17
===================

2
package.json

@ -1,6 +1,6 @@
{
"name": "now",
"version": "0.9.14",
"version": "0.9.15",
"description": "Realtime Deployments for Node.JS apps.",
"main": "./build/lib/index",
"files": [

Loading…
Cancel
Save