Skip to content

Commit 6bb07f7

Browse files
author
Andrew E. Rhyne
committed
release 2.6.7
1 parent 15850cb commit 6bb07f7

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.7 / 2017-05-16
3+
==================
4+
5+
* Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom)
6+
* Fix: Inline extend function in node implementation (#452, @dougwilson)
7+
* Docs: Fix typo (#455, @msasad)
8+
29
2.6.5 / 2017-04-27
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.5",
5+
"version": "2.6.7",
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.5",
3+
"version": "2.6.7",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)