From 545f644a4c9dbc519757e153469be5c317542523 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 9 Sep 2016 14:36:50 -0700 Subject: [PATCH] Release 0.25.0 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4ae97db..8e7f733 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,9 @@ +0.25.0 / 2016-09-09 +================== + + * improve error message for not finding a manifest file [@rauchg] + 0.24.1 / 2016-09-09 =================== diff --git a/package.json b/package.json index d133ebd..8e416c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.24.1", + "version": "0.25.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",