From d68223775a3bfb2498845441098e01b3311936e0 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 3 Jun 2016 16:35:57 -0700 Subject: [PATCH] Release 0.16.0 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 9ec3d50..de80f28 100644 --- a/History.md +++ b/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 =================== diff --git a/package.json b/package.json index 8d7e24e..47eb2a0 100644 --- a/package.json +++ b/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",