Skip to content

Commit b8eafe9

Browse files
committedNov 16, 2021
chore(release): 6.3.9 [skip ci]
## [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)
1 parent cf318e5 commit b8eafe9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.3.9](https://github.com/karma-runner/karma/compare/v6.3.8...v6.3.9) (2021-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
18
## [6.3.8](https://github.com/karma-runner/karma/compare/v6.3.7...v6.3.8) (2021-11-07)
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@
358358
"Simone Gentili <sensorario@gmail.com>",
359359
"Slava Kotiya <sk@nexttuesday.de>",
360360
"Sophie Cooper <scooper91@users.noreply.github.com>",
361+
"Stefan Becking <sb@web-computing.de>",
361362
"Stephen Hazleton <shazleto@gmail.com>",
362363
"Stuart Memo <stuartmemo@gmail.com>",
363364
"Taylor Buley <buley@outlook.com>",
@@ -492,7 +493,7 @@
492493
"engines": {
493494
"node": ">= 10"
494495
},
495-
"version": "6.3.8",
496+
"version": "6.3.9",
496497
"license": "MIT",
497498
"scripts": {
498499
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)
Please sign in to comment.