Skip to content

Commit f311b10

Browse files
author
Andrew E. Rhyne
committed
release 2.6.4
1 parent 1f01b70 commit f311b10

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
2.6.4 / 2017-04-20
3+
==================
4+
5+
* Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444, @LucianBuzzo)
6+
* Chore: ignore bower.json in npm installations. (#437, @joaovieira)
7+
* Misc: update "ms" to v0.7.3 (@tootallnate)
8+
29
2.6.3 / 2017-03-13
310
==================
411

component.json

+1-1
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.6.3",
5+
"version": "2.6.4",
66
"keywords": [
77
"debug",
88
"log",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)