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"