release 2.5.0

This commit is contained in:
Andrew E. Rhyne 2016-12-20 21:03:06 -08:00
parent d85c0c613d
commit 355e327c94
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
2.5.0 / 2016-12-20
==================
* Fix: wrong reference in bower file (@thebigredgeek)
* Fix: webworker compatibility (@thebigredgeek)
* Fix: output formatting issue (#388, @kribblo)
* Fix: babel-loader compatibility (#383, @escwald)
* Misc: removed built asset from repo and publications (@thebigredgeek)
* Misc: moved source files to /src (#378, @yamikuronue)
* Test: added karma integration and replaced babel with browserify for browser tests (#378, @yamikuronue)
* Test: coveralls integration (#378, @yamikuronue)
* Docs: simplified language in the opening paragraph (#373, @yamikuronue)
2.4.5 / 2016-12-17
==================

View File

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

View File

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