diff --git a/History.md b/History.md index d560453..42139a8 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +1.0.2 / 2014-06-10 +================== + + * browser: update color palette (#113, @gscottolson) + * common: make console logging function configurable (#108, @timoxley) + * node: fix %o colors on old node <= 0.8.x + * Makefile: find node path using shell/which (#109, @timoxley) + 1.0.1 / 2014-06-06 ================== diff --git a/component.json b/component.json index 1018f97..dfb0311 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "1.0.1", + "version": "1.0.2", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index a596395..2ca9eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "1.0.1", + "version": "1.0.2", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"