From 86d8245268d6c6f488bfdb54c270a427ff78aee6 Mon Sep 17 00:00:00 2001 From: "Andrew E. Rhyne" Date: Tue, 20 Dec 2016 21:03:06 -0800 Subject: [PATCH] release 2.5.0 --- .coveralls.yml | 1 + CHANGELOG.md | 14 ++++++++++++++ component.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 00000000..20a70685 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1 @@ +repo_token: SIAeZjKYlHK74rbcFvNHMUzjRiMpflxve diff --git a/CHANGELOG.md b/CHANGELOG.md index fa37bea2..4a67da11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/component.json b/component.json index 6bf22fa5..5fc5f41c 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "debug", "repo": "visionmedia/debug", "description": "small debugging utility", - "version": "2.4.6", + "version": "2.5.0", "keywords": [ "debug", "log", diff --git a/package.json b/package.json index c158e574..80194482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debug", - "version": "2.4.6", + "version": "2.5.0", "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git"