Skip to content

Commit 52e1f21

Browse files
committed
Release 2.6.8
1 parent 2482e08 commit 52e1f21

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

2+
2.6.8 / 2017-05-18
3+
==================
4+
5+
* Fix: Check for undefined on browser globals (#462, @marbemac)
6+
27
2.6.7 / 2017-05-16
38
==================
49

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.7",
5+
"version": "2.6.8",
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.7",
3+
"version": "2.6.8",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)