From 7e2d77fcd1ebf7773190d51f24e6647ee8f3fa0d Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Wed, 14 Jun 2017 17:14:12 -0700 Subject: [PATCH] Release 1.0.5 --- History.md | 5 +++++ component.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 3b96560..e37b24c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.0.5 / 2017-06-14 +================== + + * bump "ms" to v2.0.0 (Fixes #469) + 1.0.4 / 2014-07-15 ================== diff --git a/component.json b/component.json index ab5f3ee..be68e33 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "1.0.4", + "version": "1.0.5", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 8cbdad4..3d1ef1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "1.0.4", + "version": "1.0.5", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"