From 46939bcc1a67ed3a211a2ea2093bbce85473280c Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 10 Jun 2014 17:50:47 -0700 Subject: [PATCH] Release 1.0.2 --- History.md | 8 ++++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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"