Release 2.0.0

This commit is contained in:
Nathan Rajlich 2014-09-01 00:23:20 -07:00
parent c97a5c1294
commit c61ae82bde
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
2.0.0 / 2014-09-01
==================
* package: update "browserify" to v5.11.0
* node: use stderr rather than stdout for logging (#29, @stephenmathieson)
1.0.4 / 2014-07-15
==================

View File

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

View File

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