release 2.4.4

This commit is contained in:
Andrew E. Rhyne 2016-12-14 17:26:37 -08:00
parent 69480c3bd1
commit f1ca2ab80b
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
2.4.4 / 2016-12-14
==================
* Fix: work around debug being loaded in preload scripts for electron (#368, @paulcbetts)
2.4.3 / 2016-12-14
==================

View File

@ -2,7 +2,7 @@
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "2.4.3",
"version": "2.4.4",
"keywords": [
"debug",
"log",

View File

@ -1,6 +1,6 @@
{
"name": "debug",
"version": "2.4.3",
"version": "2.4.4",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"