diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4e9d6..aa6f346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.1.0](https://github.com/jginsburgn/karma-coverage/compare/v2.0.3...v2.1.0) (2021-12-01) + + +### Bug Fixes + +* **deps:** update main and dev dependencies ([e7c020c](https://github.com/jginsburgn/karma-coverage/commit/e7c020cfe4095200d9b3d5959718c188b3e3fe84)) + + +### Features + +* **reporter:** log coverage threshold as a warning fixed [#432](https://github.com/jginsburgn/karma-coverage/issues/432) ([a6c95d8](https://github.com/jginsburgn/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 61ac509..dfa6056 100644 --- a/package.json +++ b/package.json @@ -91,42 +91,25 @@ "Aymeric Beaumet ", "Anton ", "johnjbarton ", - "Mark Ethan Trostler ", "Jonathan Ginsburg ", - "hicom150 ", + "Mark Ethan Trostler ", "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 +}