Skip to content

Commit b8eafe9

Browse files
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@
358358
"Simone Gentili <[email protected]>",
359359
"Slava Kotiya <[email protected]>",
360360
"Sophie Cooper <[email protected]>",
361+
"Stefan Becking <[email protected]>",
361362
"Stephen Hazleton <[email protected]>",
362363
"Stuart Memo <[email protected]>",
363364
"Taylor Buley <[email protected]>",
@@ -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)