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

+8
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

+4-3
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,25 @@
9191
"Aymeric Beaumet <[email protected]>",
9292
"Anton <[email protected]>",
9393
"johnjbarton <[email protected]>",
94-
"Mark Ethan Trostler <mark@zzo.com>",
94+
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
9595
"Jonathan Ginsburg <[email protected]>",
96+
"Mark Ethan Trostler <[email protected]>",
9697
"Tim Kang <[email protected]>",
9798
"hicom150 <[email protected]>",
9899
"Anton Shchekota <[email protected]>",
99100
"Maksim Ryzhikov <[email protected]>",
100101
"Nick Malaguti <[email protected]>",
101102
"Mark Trostler <[email protected]>",
102-
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
103103
"nicojs <[email protected]>",
104+
"semantic-release-bot <[email protected]>",
104105
"Allen Bierbaum <[email protected]>",
105106
"Douglas Duteil <[email protected]>",
106107
"Julen Garcia Leunda <[email protected]>",
107108
"Matt Winchester <[email protected]>",
108109
"Srinivas Dhanwada <[email protected]>",
109110
"Tanguy Krotoff <[email protected]>",
110111
"Wei Kin Huang <[email protected]>",
111-
"semantic-release-bot <[email protected]>",
112+
"Yaroslav Admin <[email protected]>",
112113
"Adam Heath <[email protected]>",
113114
"Andrew Lane <[email protected]>",
114115
"Chris Gladd <[email protected]>",

0 commit comments

Comments
 (0)