Skip to content

Commit

Permalink
chore(release): 6.3.15 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.15](v6.3.14...v6.3.15) (2022-02-05)

### Bug Fixes

* **helper:** make mkdirIfNotExists helper resilient to concurrent calls ([d9dade2](d9dade2)), closes [/github.com/karma-runner/karma-coverage/issues/434#issuecomment-1017939333](https://github.com//github.com/karma-runner/karma-coverage/issues/434/issues/issuecomment-1017939333)
  • Loading branch information
semantic-release-bot committed Feb 5, 2022
1 parent d9dade2 commit c1befa0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [6.3.15](https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.15) (2022-02-05)


### Bug Fixes

* **helper:** make mkdirIfNotExists helper resilient to concurrent calls ([d9dade2](https://github.com/karma-runner/karma/commit/d9dade2f004a340e49c9a633177576200c286404)), closes [/github.com/karma-runner/karma-coverage/issues/434#issuecomment-1017939333](https://github.com//github.com/karma-runner/karma-coverage/issues/434/issues/issuecomment-1017939333)

## [6.3.14](https://github.com/karma-runner/karma/compare/v6.3.13...v6.3.14) (2022-02-05)


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.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"Anton <anton.redfox@gmail.com>",
"Michał Gołębiowski-Owczarek <m.goleb@gmail.com>",
"Todd Wolfson <todd@twolfson.com>",
"Mark Trostler <mark@zzo.com>",
"Jonathan Ginsburg <jon@than.ml>",
"Mark Trostler <mark@zzo.com>",
"Ciro Nunes <ciroanunes@gmail.com>",
"Christian Budde Christensen <christi@n-bud.de>",
"Pawel Kozlowski <pkozlowski.opensource@gmail.com>",
Expand Down Expand Up @@ -499,7 +499,7 @@
"engines": {
"node": ">= 10"
},
"version": "6.3.14",
"version": "6.3.15",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
Expand Down

0 comments on commit c1befa0

Please sign in to comment.