release 2.6.7

This commit is contained in:
Andrew E. Rhyne 2017-05-16 21:33:08 -07:00
parent 15850cb89d
commit 6bb07f7e1b
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,11 @@
2.6.7 / 2017-05-16
==================
* Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom)
* Fix: Inline extend function in node implementation (#452, @dougwilson)
* Docs: Fix typo (#455, @msasad)
2.6.5 / 2017-04-27
==================

View File

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

View File

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