Skip to content

Commit

Permalink
chore(release): 6.3.10 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.10](karma-runner/karma@v6.3.9...v6.3.10) (2022-01-08)

### Bug Fixes

* **logger:** create parent folders if they are missing ([0d24bd9](karma-runner@0d24bd9)), closes [karma-runner#3734](karma-runner#3734)
  • Loading branch information
semantic-release-bot authored and anthony-redFox committed May 5, 2023
1 parent 3796275 commit e7251ad
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.10](https://github.com/karma-runner/karma/compare/v6.3.9...v6.3.10) (2022-01-08)


### Bug Fixes

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

## [6.3.9](https://github.com/karma-runner/karma/compare/v6.3.8...v6.3.9) (2021-11-16)


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 @@ -260,6 +260,7 @@
"Kevin Ortman <kevin_ortman@msn.com>",
"Kostiantyn Kahanskyi <kostiantyn.kahanskyi@googlemail.com>",
"Kris Kowal <kris@cixar.com>",
"Lachlan Heywood <lachieh@users.noreply.github.com>",
"Lenny Urbanowski <lenny@itslennysfault.com>",
"Long Ho <longlho@users.noreply.github.com>",
"LoveIsGrief <just.another.michaelv@gmail.com>",
Expand Down Expand Up @@ -493,7 +494,7 @@
"engines": {
"node": ">= 10"
},
"version": "6.3.9",
"version": "6.3.10",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
Expand Down

0 comments on commit e7251ad

Please sign in to comment.