8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae07b7 commit 14df14cCopy full SHA for 14df14c
.gitignore
@@ -3,5 +3,6 @@ node_modules
3
*.sock
4
build
5
yarn.lock
6
+npm-debug.log
7
dist
8
coverage
CHANGELOG.md
@@ -1,4 +1,12 @@
1
2
+2.6.5 / 2017-04-27
+==================
+
+ * Fix: null reference check on window.documentElement.style.WebkitAppearance (#447, @thebigredgeek)
+ * Misc: clean up browser reference checks (#447, @thebigredgeek)
+ * Misc: add npm-debug.log to .gitignore (@thebigredgeek)
9
10
2.6.4 / 2017-04-20
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "debug",
- "version": "2.6.4",
+ "version": "2.6.5",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
0 commit comments