Browse Source

Release 0.9.6

master 0.9.6
Guillermo Rauch 9 years ago
parent
commit
d719ebcd0c
  1. 10
      History.md
  2. 2
      package.json

10
History.md

@ -1,4 +1,14 @@
0.9.6 / 2016-03-04
==================
* send files as buffers [@rase-]
* simplify cfg reading / merging [@rauchg]
* ignored: ignore `.dockerignore` [@rauchg]
* add auto updater with support for timeout, exit handler [@rauchg]
* package: bump `gulp-eslint` to work with latest eslint [@rauchg]
* fix eslint [@rauchg]
0.9.5 / 2016-03-04 0.9.5 / 2016-03-04
================== ==================

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "now", "name": "now",
"version": "0.9.5", "version": "0.9.6",
"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