Release 2.1.0

This commit is contained in:
Nathan Rajlich 2014-10-15 14:56:29 -07:00
parent e4d021a223
commit 953162b4fa
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,11 @@
2.1.0 / 2014-10-15
==================
* node: implement `DEBUG_FD` env variable support
* package: update "browserify" to v6.1.0
* package: add "license" field to package.json (#135, @panuhorsmalahti)
2.0.0 / 2014-09-01
==================

View File

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

View File

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