Skip to content

Commit

Permalink
chore(release): 6.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.1](karma-runner/karma@v6.1.0...v6.1.1) (2021-02-12)

### Bug Fixes

* **config:** check extension before ts-node register ([karma-runner#3651](karma-runner#3651)) ([474f4e1](karma-runner@474f4e1)), closes [karma-runner#3329](karma-runner#3329)
* report launcher process error when exit event is not emitted ([karma-runner#3647](karma-runner#3647)) ([7ab86be](karma-runner@7ab86be))
  • Loading branch information
semantic-release-bot authored and anthony-redFox committed May 5, 2023
1 parent b92c27e commit 2a02b3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [6.1.1](https://github.com/karma-runner/karma/compare/v6.1.0...v6.1.1) (2021-02-12)


### Bug Fixes

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

# [6.1.0](https://github.com/karma-runner/karma/compare/v6.0.4...v6.1.0) (2021-02-03)


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: 3 additions & 1 deletion package.json
Expand Up @@ -174,6 +174,7 @@
"Chang Wang <cheapsteak@gmail.com>",
"Chelsea Urquhart <curquhart@users.noreply.github.com>",
"Chris <camargo.cac@gmail.com>",
"Chris Bottin <chrisbottin@users.noreply.github.com>",
"Chris Chua <chris.sirhc@gmail.com>",
"Chris Dawson <xrdawson@gmail.com>",
"Christian Weiss <cweiss@stripe.com>",
Expand Down Expand Up @@ -407,6 +408,7 @@
"thetrevdev <thetrevdev@gmail.com>",
"thorn0 <thorn.mailbox@gmail.com>",
"toran billups <toranb@gmail.com>",
"xel23 <sawqe1@yandex.ru>",
"chalkerx@gmail.com>",
"weiran.zsd@outlook.com>"
],
Expand Down Expand Up @@ -485,7 +487,7 @@
"engines": {
"node": ">= 10"
},
"version": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"husky": {
"hooks": {
Expand Down

0 comments on commit 2a02b3d

Please sign in to comment.