Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit bb5be9b

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2020-04-29) ### Bug Fixes * **deps:** Report fails without emit 'test end' event ([#223](#223)) ([1a8226c](1a8226c))
1 parent 1a8226c commit bb5be9b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/karma-runner/karma-mocha/compare/v2.0.0...v2.0.1) (2020-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** Report fails without emit 'test end' event ([#223](https://github.com/karma-runner/karma-mocha/issues/223)) ([1a8226c](https://github.com/karma-runner/karma-mocha/commit/1a8226c915350fd2e203fb60084642cb14aef498))
7+
18
# [2.0.0](https://github.com/karma-runner/karma-mocha/compare/v1.3.0...v2.0.0) (2020-04-14)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-mocha",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A Karma plugin. Adapter for Mocha testing framework.",
55
"main": "lib/index.js",
66
"sharedKarmaFiles": {

0 commit comments

Comments
 (0)