Skip to content

Commit 2675374

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2022-02-05) ### Bug Fixes * handle unexpected error when generating code coverage ([bca2c69](bca2c69)), closes [/github.com/karma-runner/karma/blob/c985155a4eac95c525e1217e98d4013ac5f53305/lib/server.js#L392](https://github.com//github.com/karma-runner/karma/blob/c985155a4eac95c525e1217e98d4013ac5f53305/lib/server.js/issues/L392) * race condition between the Karma shutdown and coverage writing ([44b31eb](44b31eb)), closes [#434](#434)
1 parent bca2c69 commit 2675374

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.1.1](https://github.com/karma-runner/karma-coverage/compare/v2.1.0...v2.1.1) (2022-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* handle unexpected error when generating code coverage ([bca2c69](https://github.com/karma-runner/karma-coverage/commit/bca2c69d43332598acb30d8e5d6e26d783bc06fb)), closes [/github.com/karma-runner/karma/blob/c985155a4eac95c525e1217e98d4013ac5f53305/lib/server.js#L392](https://github.com//github.com/karma-runner/karma/blob/c985155a4eac95c525e1217e98d4013ac5f53305/lib/server.js/issues/L392)
7+
* race condition between the Karma shutdown and coverage writing ([44b31eb](https://github.com/karma-runner/karma-coverage/commit/44b31eba5a221e6e049b6dff426207f555b379e2)), closes [#434](https://github.com/karma-runner/karma-coverage/issues/434)
8+
19
# [2.1.0](https://github.com/karma-runner/karma-coverage/compare/v2.0.3...v2.1.0) (2021-12-01)
210

311

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,25 @@
9191
"Aymeric Beaumet <aymeric@beaumet.me>",
9292
"Anton <anton.redfox@gmail.com>",
9393
"johnjbarton <johnjbarton@johnjbarton.com>",
94-
"Mark Ethan Trostler <mark@zzo.com>",
94+
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
9595
"Jonathan Ginsburg <jon@than.ml>",
96+
"Mark Ethan Trostler <mark@zzo.com>",
9697
"Tim Kang <timkang@ucla.edu>",
9798
"hicom150 <hicom150@gmail.com>",
9899
"Anton Shchekota <anton.redfox@gmail.com>",
99100
"Maksim Ryzhikov <rv.maksim@gmail.com>",
100101
"Nick Malaguti <nmalaguti@palantir.com>",
101102
"Mark Trostler <mark@zzo.com>",
102-
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
103103
"nicojs <jansennico@gmail.com>",
104+
"semantic-release-bot <semantic-release-bot@martynus.net>",
104105
"Allen Bierbaum <abierbaum@gmail.com>",
105106
"Douglas Duteil <douglasduteil@gmail.com>",
106107
"Julen Garcia Leunda <hicom150@gmail.com>",
107108
"Matt Winchester <m_winche@yahoo.com>",
108109
"Srinivas Dhanwada <dhanwada.dev@gmail.com>",
109110
"Tanguy Krotoff <tkrotoff@gmail.com>",
110111
"Wei Kin Huang <weikin.huang04@gmail.com>",
111-
"semantic-release-bot <semantic-release-bot@martynus.net>",
112+
"Yaroslav Admin <devoto13@gmail.com>",
112113
"Adam Heath <adam-h@users.noreply.github.com>",
113114
"Andrew Lane <AndrewLane@users.noreply.github.com>",
114115
"Chris Gladd <chris.m.gladd@gmail.com>",

0 commit comments

Comments
 (0)