Skip to content

Commit

Permalink
release 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek committed Apr 27, 2017
1 parent cae07b7 commit 14df14c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,5 +3,6 @@ node_modules
*.sock
build
yarn.lock
npm-debug.log
dist
coverage
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,12 @@

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)


2.6.4 / 2017-04-20
==================

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 14df14c

Please sign in to comment.