Skip to content

Commit 953162b

Browse files
committed
Release 2.1.0
1 parent e4d021a commit 953162b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
2.1.0 / 2014-10-15
3+
==================
4+
5+
* node: implement `DEBUG_FD` env variable support
6+
* package: update "browserify" to v6.1.0
7+
* package: add "license" field to package.json (#135, @panuhorsmalahti)
8+
29
2.0.0 / 2014-09-01
310
==================
411

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.0.0",
5+
"version": "2.1.0",
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.0.0",
3+
"version": "2.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)