Skip to content

Commit 14df14c

Browse files
committed
release 2.6.5
1 parent cae07b7 commit 14df14c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ node_modules
33
*.sock
44
build
55
yarn.lock
6+
npm-debug.log
67
dist
78
coverage

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
2.6.5 / 2017-04-27
3+
==================
4+
5+
* Fix: null reference check on window.documentElement.style.WebkitAppearance (#447, @thebigredgeek)
6+
* Misc: clean up browser reference checks (#447, @thebigredgeek)
7+
* Misc: add npm-debug.log to .gitignore (@thebigredgeek)
8+
9+
210
2.6.4 / 2017-04-20
311
==================
412

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)