From dc9a20e42f350db5d05f6a116176ad6eaf35c7f5 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 6 Jun 2016 16:03:37 -0700 Subject: [PATCH] Release 0.17.0 --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index de80f28..a4da12f 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.17.0 / 2016-06-06 +=================== + + * index: add support for `engines` [@rauchg] + * index: add version reporting to CLI [@rauchg] + * login: add support for token name [@nkzawa] + 0.16.0 / 2016-06-03 =================== diff --git a/package.json b/package.json index 47eb2a0..8b1e114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.16.0", + "version": "0.17.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",