Release 2.3.2

This commit is contained in:
Nathan Rajlich 2016-11-09 22:29:51 -08:00
parent 56fd3366c2
commit 1c6f45840d
3 changed files with 8 additions and 2 deletions

View File

@ -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
==================

View File

@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "2.3.1",
"version": "2.3.2",
"keywords": [
"debug",
"log",

View File

@ -1,6 +1,6 @@
{
"name": "debug",
"version": "2.3.1",
"version": "2.3.2",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"