Skip to content

Commit f52a071

Browse files
committedFeb 12, 2021
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

+8
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"Chang Wang <cheapsteak@gmail.com>",
175175
"Chelsea Urquhart <curquhart@users.noreply.github.com>",
176176
"Chris <camargo.cac@gmail.com>",
177+
"Chris Bottin <chrisbottin@users.noreply.github.com>",
177178
"Chris Chua <chris.sirhc@gmail.com>",
178179
"Chris Dawson <xrdawson@gmail.com>",
179180
"Christian Weiss <cweiss@stripe.com>",
@@ -407,6 +408,7 @@
407408
"thetrevdev <thetrevdev@gmail.com>",
408409
"thorn0 <thorn.mailbox@gmail.com>",
409410
"toran billups <toranb@gmail.com>",
411+
"xel23 <sawqe1@yandex.ru>",
410412
"chalkerx@gmail.com>",
411413
"weiran.zsd@outlook.com>"
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)
Please sign in to comment.