release 2.4.2

This commit is contained in:
Andrew E. Rhyne 2016-12-14 11:40:00 -08:00
parent 5783966298
commit 4c3e80dfaa
3 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,15 @@
2.4.2 / 2016-12-14
==================
* Fix: browser colors (#367, @tootallnate)
* Misc: travis ci integration (@thebigredgeek)
* Misc: added linting and testing boilerplate with sanity check (@thebigredgeek)
2.4.1 / 2016-12-13
==================
* Fixed a typo that broke the package (#356)
* Fix: typo that broke the package (#356)
2.4.0 / 2016-12-13
==================

View File

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

View File

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