release 2.6.0

This commit is contained in:
Andrew E. Rhyne 2016-12-28 23:49:38 -06:00
parent 589559502a
commit ac5ccae703
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,11 @@
2.6.0 / 2016-12-28
==================
* Fix: added better null pointer checks for browser useColors (@thebigredgeek)
* Improvement: removed explicit `window.debug` export (#404, @tootallnate)
* Improvement: deprecated `DEBUG_FD` environment variable (#405, @tootallnate)
2.5.2 / 2016-12-25
==================

View File

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

View File

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