From 402f3abb340ad0ec4ff4e95a95f3c6d7f639914e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 23 Apr 2016 10:32:13 -0700 Subject: [PATCH] Release 0.10.2 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 9d4ff01..7c76248 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.10.2 / 2016-04-23 +================== + + * Fix path handling for windows [@rase-] + 0.10.1 / 2016-04-22 ================== diff --git a/package.json b/package.json index 908f0ce..a56ae79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.10.1", + "version": "0.10.2", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",