release 2.6.4

This commit is contained in:
Andrew E. Rhyne 2017-04-20 11:07:44 -07:00
parent 1f01b70f88
commit f311b10b7b
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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