mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
release 2.4.2
This commit is contained in:
parent
5783966298
commit
4c3e80dfaa
@ -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
|
||||
==================
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "debug",
|
||||
"repo": "visionmedia/debug",
|
||||
"description": "small debugging utility",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"keywords": [
|
||||
"debug",
|
||||
"log",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "debug",
|
||||
"version": "2.4.1",
|
||||
"version": "2.4.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/visionmedia/debug.git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user