Skip to content

Commit

Permalink
chore(release): 6.3.9 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.9](v6.3.8...v6.3.9) (2021-11-16)

### Bug Fixes

* restartOnFileChange option not restarting the test run ([92ffe60](92ffe60)), closes [#27](#27) [#3724](#3724)
  • Loading branch information
semantic-release-bot committed Nov 16, 2021
1 parent cf318e5 commit b8eafe9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [6.3.9](https://github.com/karma-runner/karma/compare/v6.3.8...v6.3.9) (2021-11-16)


### Bug Fixes

* restartOnFileChange option not restarting the test run ([92ffe60](https://github.com/karma-runner/karma/commit/92ffe6018451f6144e8bc7726d304057b5ac9d0a)), closes [#27](https://github.com/karma-runner/karma/issues/27) [#3724](https://github.com/karma-runner/karma/issues/3724)

## [6.3.8](https://github.com/karma-runner/karma/compare/v6.3.7...v6.3.8) (2021-11-07)


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.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -358,6 +358,7 @@
"Simone Gentili <sensorario@gmail.com>",
"Slava Kotiya <sk@nexttuesday.de>",
"Sophie Cooper <scooper91@users.noreply.github.com>",
"Stefan Becking <sb@web-computing.de>",
"Stephen Hazleton <shazleto@gmail.com>",
"Stuart Memo <stuartmemo@gmail.com>",
"Taylor Buley <buley@outlook.com>",
Expand Down Expand Up @@ -492,7 +493,7 @@
"engines": {
"node": ">= 10"
},
"version": "6.3.8",
"version": "6.3.9",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
Expand Down

0 comments on commit b8eafe9

Please sign in to comment.