Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Feb 5, 2022
1 parent bca2c69 commit 2675374
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.1](https://github.com/karma-runner/karma-coverage/compare/v2.1.0...v2.1.1) (2022-02-05)


### Bug Fixes

* 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)
* 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)

# [2.1.0](https://github.com/karma-runner/karma-coverage/compare/v2.0.3...v2.1.0) (2021-12-01)


Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,25 @@
"Aymeric Beaumet <[email protected]>",
"Anton <[email protected]>",
"johnjbarton <[email protected]>",
"Mark Ethan Trostler <mark@zzo.com>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"Jonathan Ginsburg <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Tim Kang <[email protected]>",
"hicom150 <[email protected]>",
"Anton Shchekota <[email protected]>",
"Maksim Ryzhikov <[email protected]>",
"Nick Malaguti <[email protected]>",
"Mark Trostler <[email protected]>",
"dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"nicojs <[email protected]>",
"semantic-release-bot <[email protected]>",
"Allen Bierbaum <[email protected]>",
"Douglas Duteil <[email protected]>",
"Julen Garcia Leunda <[email protected]>",
"Matt Winchester <[email protected]>",
"Srinivas Dhanwada <[email protected]>",
"Tanguy Krotoff <[email protected]>",
"Wei Kin Huang <[email protected]>",
"semantic-release-bot <[email protected]>",
"Yaroslav Admin <[email protected]>",
"Adam Heath <[email protected]>",
"Andrew Lane <[email protected]>",
"Chris Gladd <[email protected]>",
Expand Down

0 comments on commit 2675374

Please sign in to comment.