From f311b10b7b79efb33f4e23898ae6bbb152e94b16 Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Thu, 20 Apr 2017 11:07:44 -0700 Subject: [PATCH] release 2.6.4 --- CHANGELOG.md | 7 +++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 259e0c20..37a62926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +2.6.4 / 2017-04-20 +================== + + * Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444, @LucianBuzzo) + * Chore: ignore bower.json in npm installations. (#437, @joaovieira) + * Misc: update "ms" to v0.7.3 (@tootallnate) + 2.6.3 / 2017-03-13 ================== diff --git a/component.json b/component.json index e150dc47..dd403078 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.6.3", + "version": "2.6.4", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index e38b3da4..3ff4e5e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.6.3", + "version": "2.6.4", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"