From 1c6f45840d0dba8cb14f9975b4633bb685fda400 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Wed, 9 Nov 2016 22:29:51 -0800 Subject: [PATCH] Release 2.3.2 --- CHANGELOG.md | 6 ++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d93b4d..d5bb0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2.3.2 / 2016-11-09 +================== + + * Fix: be super-safe in index.js as well (@TooTallNate) + * Fix: should check whether process exists (Tom Newby) + 2.3.1 / 2016-11-09 ================== diff --git a/component.json b/component.json index 3fb0e88..eb399b7 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.3.1", + "version": "2.3.2", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index 00c9a28..2ef4c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.3.1", + "version": "2.3.2", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"