Skip to content

Commit eddb2e8

Browse files
committedJan 8, 2022
chore(release): 6.3.10 [skip ci]
## [6.3.10](v6.3.9...v6.3.10) (2022-01-08) ### Bug Fixes * **logger:** create parent folders if they are missing ([0d24bd9](0d24bd9)), closes [#3734](#3734)
1 parent 0d24bd9 commit eddb2e8

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.10](https://github.com/karma-runner/karma/compare/v6.3.9...v6.3.10) (2022-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **logger:** create parent folders if they are missing ([0d24bd9](https://github.com/karma-runner/karma/commit/0d24bd937f7089d1456e2ecf04419d2c268c3144)), closes [#3734](https://github.com/karma-runner/karma/issues/3734)
7+
18
## [6.3.9](https://github.com/karma-runner/karma/compare/v6.3.8...v6.3.9) (2021-11-16)
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
@@ -260,6 +260,7 @@
260260
"Kevin Ortman <kevin_ortman@msn.com>",
261261
"Kostiantyn Kahanskyi <kostiantyn.kahanskyi@googlemail.com>",
262262
"Kris Kowal <kris@cixar.com>",
263+
"Lachlan Heywood <lachieh@users.noreply.github.com>",
263264
"Lenny Urbanowski <lenny@itslennysfault.com>",
264265
"Long Ho <longlho@users.noreply.github.com>",
265266
"LoveIsGrief <just.another.michaelv@gmail.com>",
@@ -493,7 +494,7 @@
493494
"engines": {
494495
"node": ">= 10"
495496
},
496-
"version": "6.3.9",
497+
"version": "6.3.10",
497498
"license": "MIT",
498499
"scripts": {
499500
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)
Please sign in to comment.