8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f01b70 commit f311b10Copy full SHA for f311b10
CHANGELOG.md
@@ -1,4 +1,11 @@
1
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
9
2.6.3 / 2017-03-13
10
==================
11
component.json
@@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
- "version": "2.6.3",
+ "version": "2.6.4",
"keywords": [
"debug",
"log",
package.json
@@ -1,6 +1,6 @@
{
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
0 commit comments