Browse Source

Release 0.9.8

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

6
History.md

@ -1,4 +1,10 @@
0.9.8 / 2016-03-12
==================
* cap maximum concurrent uploads due to HTTP/2 streams limit [@rauchg]
* make login resolve token [@rase-]
0.9.7 / 2016-03-10 0.9.7 / 2016-03-10
================== ==================

2
package.json

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

Loading…
Cancel
Save