From 4c3e80dfaaa499b451619201130c6c2ff07068c2 Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Wed, 14 Dec 2016 11:40:00 -0800 Subject: [PATCH] release 2.4.2 --- CHANGELOG.md | 9 ++++++++- component.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d371f4e1..355c4342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ +2.4.2 / 2016-12-14 +================== + + * Fix: browser colors (#367, @tootallnate) + * Misc: travis ci integration (@thebigredgeek) + * Misc: added linting and testing boilerplate with sanity check (@thebigredgeek) + 2.4.1 / 2016-12-13 ================== - * Fixed a typo that broke the package (#356) + * Fix: typo that broke the package (#356) 2.4.0 / 2016-12-13 ================== diff --git a/component.json b/component.json index c5d88618..765066b4 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.4.1", + "version": "2.4.2", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 5dd407ac..96f1a686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.4.1", + "version": "2.4.2", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"