Skip to content

Commit 1c6f458

Browse files
committed
Release 2.3.2
1 parent 56fd336 commit 1c6f458

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.3.2 / 2016-11-09
2+
==================
3+
4+
* Fix: be super-safe in index.js as well (@TooTallNate)
5+
* Fix: should check whether process exists (Tom Newby)
6+
17
2.3.1 / 2016-11-09
28
==================
39

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debug",
33
"repo": "visionmedia/debug",
44
"description": "small debugging utility",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"keywords": [
77
"debug",
88
"log",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)