Skip to content

Commit f52a071

Browse files
chore(release): 6.1.1 [skip ci]
## [6.1.1](v6.1.0...v6.1.1) (2021-02-12) ### Bug Fixes * **config:** check extension before ts-node register ([#3651](#3651)) ([474f4e1](474f4e1)), closes [#3329](#3329) * report launcher process error when exit event is not emitted ([#3647](#3647)) ([7ab86be](7ab86be))
1 parent 99908c3 commit f52a071

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.1.1](https://github.com/karma-runner/karma/compare/v6.1.0...v6.1.1) (2021-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** check extension before ts-node register ([#3651](https://github.com/karma-runner/karma/issues/3651)) ([474f4e1](https://github.com/karma-runner/karma/commit/474f4e1caff469cce87f19a11d9179e4e05552f9)), closes [#3329](https://github.com/karma-runner/karma/issues/3329)
7+
* report launcher process error when exit event is not emitted ([#3647](https://github.com/karma-runner/karma/issues/3647)) ([7ab86be](https://github.com/karma-runner/karma/commit/7ab86be25c334b07747632b0a6bdb1d650d881bc))
8+
19
# [6.1.0](https://github.com/karma-runner/karma/compare/v6.0.4...v6.1.0) (2021-02-03)
210

311

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"Chang Wang <[email protected]>",
175175
"Chelsea Urquhart <[email protected]>",
176176
"Chris <[email protected]>",
177+
"Chris Bottin <[email protected]>",
177178
"Chris Chua <[email protected]>",
178179
"Chris Dawson <[email protected]>",
179180
"Christian Weiss <[email protected]>",
@@ -407,6 +408,7 @@
407408
"thetrevdev <[email protected]>",
408409
"thorn0 <[email protected]>",
409410
"toran billups <[email protected]>",
411+
"xel23 <[email protected]>",
410412
411413
412414
],
@@ -485,7 +487,7 @@
485487
"engines": {
486488
"node": ">= 10"
487489
},
488-
"version": "6.1.0",
490+
"version": "6.1.1",
489491
"license": "MIT",
490492
"husky": {
491493
"hooks": {

0 commit comments

Comments
 (0)