Skip to content

Commit ac5ccae

Browse files
committed
release 2.6.0
1 parent 5895595 commit ac5ccae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

2+
2.6.0 / 2016-12-28
3+
==================
4+
5+
* Fix: added better null pointer checks for browser useColors (@thebigredgeek)
6+
* Improvement: removed explicit `window.debug` export (#404, @tootallnate)
7+
* Improvement: deprecated `DEBUG_FD` environment variable (#405, @tootallnate)
8+
29
2.5.2 / 2016-12-25
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.5.2",
5+
"version": "2.6.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.5.2",
3+
"version": "2.6.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)