From 86dc31ec5c29b9051939ea2cfed1933fff8dd00d Mon Sep 17 00:00:00 2001 From: Guillermo Rauch <rauchg@gmail.com> Date: Tue, 17 May 2016 14:41:05 -0700 Subject: [PATCH] Release 0.13.3 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b4632e7..018d0e5 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.13.3 / 2016-05-17 +================== + + * npm publish bugfix + 0.13.2 / 2016-05-14 =================== diff --git a/package.json b/package.json index beaf7e1..b1afda5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.13.2", + "version": "0.13.3", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",