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

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 29, 2020
1 parent 1a8226c commit bb5be9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/karma-runner/karma-mocha/compare/v2.0.0...v2.0.1) (2020-04-29)


### Bug Fixes

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

# [2.0.0](https://github.com/karma-runner/karma-mocha/compare/v1.3.0...v2.0.0) (2020-04-14)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "karma-mocha",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Karma plugin. Adapter for Mocha testing framework.",
"main": "lib/index.js",
"sharedKarmaFiles": {
Expand Down

0 comments on commit bb5be9b

Please sign in to comment.