From 99abe8a9b3d4944dc14d3ce8ad3f0f45984586bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Dec 2021 22:46:57 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/karma-runner/karma-coverage/compare/v2.0.3...v2.1.0) (2021-12-01) ### Bug Fixes * **deps:** update main and dev dependencies ([c20d982](https://github.com/karma-runner/karma-coverage/commit/c20d982607168ccc302f1cca576dbbbdac0a1af6)) ### Features * **reporter:** log coverage threshold as a warning fixed [#432](https://github.com/karma-runner/karma-coverage/issues/432) ([a6c95d8](https://github.com/karma-runner/karma-coverage/commit/a6c95d8fb932a4191474e6504174df7bc9a6fe60)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 54 ++++++++++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4e9d6..97142e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.1.0](https://github.com/karma-runner/karma-coverage/compare/v2.0.3...v2.1.0) (2021-12-01) + + +### Bug Fixes + +* **deps:** update main and dev dependencies ([c20d982](https://github.com/karma-runner/karma-coverage/commit/c20d982607168ccc302f1cca576dbbbdac0a1af6)) + + +### Features + +* **reporter:** log coverage threshold as a warning fixed [#432](https://github.com/karma-runner/karma-coverage/issues/432) ([a6c95d8](https://github.com/karma-runner/karma-coverage/commit/a6c95d8fb932a4191474e6504174df7bc9a6fe60)) + ## [2.0.3](https://github.com/karma-runner/karma-coverage/compare/v2.0.2...v2.0.3) (2020-07-24) diff --git a/package.json b/package.json index 0965b55..e3b819f 100644 --- a/package.json +++ b/package.json @@ -93,40 +93,23 @@ "johnjbarton ", "Mark Ethan Trostler ", "Jonathan Ginsburg ", - "hicom150 ", "Tim Kang ", - "Nick Malaguti ", - "Maksim Ryzhikov ", + "hicom150 ", "Anton Shchekota ", + "Maksim Ryzhikov ", + "Nick Malaguti ", "Mark Trostler ", - "nicojs ", "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "Srinivas Dhanwada ", - "Matt Winchester ", + "nicojs ", + "Allen Bierbaum ", "Douglas Duteil ", "Julen Garcia Leunda ", + "Matt Winchester ", + "Srinivas Dhanwada ", + "Tanguy Krotoff ", "Wei Kin Huang ", - "Allen Bierbaum ", "semantic-release-bot ", - "Tanguy Krotoff ", - "Ron Derksen ", - "Ruben Bridgewater ", - "Sahat Yalkabov ", - "Tanjo, Hiroyuki ", - "Taylor Hakes ", - "Taylor McGann ", - "Timo Tijhof ", - "Tom Kirkpatrick ", - "Tyler Waters ", - "Vincent Lemeunier ", - "Yusuke Suzuki ", - "abbr ", - "aprooks ", - "carlos ", - "fbergr ", - "piecyk ", "Adam Heath ", - "terussell85 ", "Andrew Lane ", "Chris Gladd ", "Clayton Watts ", @@ -149,6 +132,23 @@ "Michael Stramel ", "Nick Matantsev ", "Petar Manev ", - "Robin Böhm " + "Robin Böhm ", + "Ron Derksen ", + "Ruben Bridgewater ", + "Sahat Yalkabov ", + "Tanjo, Hiroyuki ", + "Taylor Hakes ", + "Taylor McGann ", + "Timo Tijhof ", + "Tom Kirkpatrick ", + "Tyler Waters ", + "Vincent Lemeunier ", + "Yusuke Suzuki ", + "abbr ", + "aprooks ", + "carlos ", + "fbergr ", + "piecyk ", + "terussell85 " ] -} \ No newline at end of file +}