Skip to content

Commit 355e327

Browse files
committed
release 2.5.0
1 parent d85c0c6 commit 355e327

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
2.5.0 / 2016-12-20
3+
==================
4+
5+
* Fix: wrong reference in bower file (@thebigredgeek)
6+
* Fix: webworker compatibility (@thebigredgeek)
7+
* Fix: output formatting issue (#388, @kribblo)
8+
* Fix: babel-loader compatibility (#383, @escwald)
9+
* Misc: removed built asset from repo and publications (@thebigredgeek)
10+
* Misc: moved source files to /src (#378, @yamikuronue)
11+
* Test: added karma integration and replaced babel with browserify for browser tests (#378, @yamikuronue)
12+
* Test: coveralls integration (#378, @yamikuronue)
13+
* Docs: simplified language in the opening paragraph (#373, @yamikuronue)
14+
115
2.4.5 / 2016-12-17
216
==================
317

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debug",
33
"repo": "visionmedia/debug",
44
"description": "small debugging utility",
5-
"version": "2.4.6",
5+
"version": "2.5.0",
66
"keywords": [
77
"debug",
88
"log",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "2.4.6",
3+
"version": "2.5.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/visionmedia/debug.git"

0 commit comments

Comments
 (0)