From febc3fe5f5da0ddd95e21652fe8b97571962452c Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Fri, 6 Jun 2014 13:22:45 -0700 Subject: [PATCH] Release 1.0.1 --- History.md | 9 +++++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index fe7418b..73ff62a 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +1.0.1 / 2014-06-06 +================== + + * browser: use `removeItem()` to clear localStorage + * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777) + * package: add "contributors" section + * node: fix comment typo + * README: list authors + 1.0.0 / 2014-06-04 ================== diff --git a/component.json b/component.json index b1c7882..1018f97 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 315afea..a596395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"