diff --git a/History.md b/History.md index 22206323..1759170c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +0.7.1 / 2013-02-05 +================== + + * add repository URL to package.json + * add DEBUG_COLORED to force colored output + * add browserify support + * fix component. Closes #24 + 0.7.0 / 2012-05-04 ================== diff --git a/component.json b/component.json index c6f1e860..7a22964d 100644 --- a/component.json +++ b/component.json @@ -2,8 +2,8 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "0.7.0", + "version": "0.7.1", "keywords": ["debug", "log", "debugger"], "scripts": ["index.js", "debug.js"], "dependencies": {} -} \ No newline at end of file +} diff --git a/package.json b/package.json index deae0d9a..ff436fce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug" - , "version": "0.7.0" + , "version": "0.7.1" , "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" } , "description": "small debugging utility" , "keywords": ["debug", "log", "debugger"]