From d68d4ba2641ea1b1881051b8888f498682b47315 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 9 Jun 2015 23:50:34 +0200 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cb666..8a0c6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### 0.4.1 (2015-06-09) + +#### Features + +* **preprocessor:** Add sourcemap support ([de3b738b](https://github.com/karma-runner/karma-coverage/commit/de3b738b), closes [#109](https://github.com/karma-runner/karma-coverage/issues/109)) +* **reporter:** add check coverage thresholds ([bc63b158](https://github.com/karma-runner/karma-coverage/commit/bc63b158), closes [#21](https://github.com/karma-runner/karma-coverage/issues/21)) + + ## 0.4.0 (2015-06-09) @@ -13,13 +22,8 @@ #### Breaking Changes -* -Karma is no longer a `peerDependency` so it needs to be installed -manually. - -Ref https://github.com/karma-runner/integration-tests/issues/5 - - ([eebcc989](https://github.com/karma-runner/karma-coverage/commit/eebcc989)) +* Karma is no longer a `peerDependency` so it needs to be installed +manually. Ref https://github.com/karma-runner/integration-tests/issues/5 ([eebcc989](https://github.com/karma-runner/karma-coverage/commit/eebcc989)) diff --git a/package.json b/package.json index 34bf997..0ccef83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-coverage", - "version": "0.4.0", + "version": "0.4.1", "description": "A Karma plugin. Generate code coverage.", "main": "lib/index.js", "scripts": {