mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
Release 2.1.0
This commit is contained in:
parent
e4d021a223
commit
953162b4fa
@ -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
|
||||
==================
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "debug",
|
||||
"repo": "visionmedia/debug",
|
||||
"description": "small debugging utility",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"keywords": [
|
||||
"debug",
|
||||
"log",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "debug",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/visionmedia/debug.git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user