From 455d1fb8c9d37a807bd5a6aec8d214e0e1ce8552 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 7 Jun 2016 09:45:26 -0700 Subject: [PATCH] Release 0.17.1 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index a4da12f..0ac767a 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.17.1 / 2016-06-07 +=================== + + * package: bump `email-prompt` for windows fix [@nkzawa] + 0.17.0 / 2016-06-06 =================== diff --git a/package.json b/package.json index f7a3cae..7ac2524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.17.0", + "version": "0.17.1", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",