Skip to content

Commit 5e71cf5

Browse files
chore(release): 6.3.20 [skip ci]
## [6.3.20](v6.3.19...v6.3.20) (2022-05-13) ### Bug Fixes * prefer IPv4 addresses when resolving domains ([e17698f](e17698f)), closes [#3730](#3730)
1 parent e17698f commit 5e71cf5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.3.20](https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20) (2022-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* prefer IPv4 addresses when resolving domains ([e17698f](https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59)), closes [#3730](https://github.com/karma-runner/karma/issues/3730)
7+
18
## [6.3.19](https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19) (2022-04-19)
29

310

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"Yaroslav Admin <devoto13@gmail.com>",
3030
"greenkeeperio-bot <support@greenkeeper.io>",
3131
"Karma Bot <karmarunnerbot@gmail.com>",
32-
"Maksim Ryzhikov <rv.maksim@gmail.com>",
3332
"semantic-release-bot <semantic-release-bot@martynus.net>",
33+
"Maksim Ryzhikov <rv.maksim@gmail.com>",
3434
"ukasz Usarz <lukasz.usarz@gmail.com>",
3535
"Christian Budde Christensen <budde377@gmail.com>",
3636
"Wesley Cho <wesley.cho@gmail.com>",
@@ -499,7 +499,7 @@
499499
"engines": {
500500
"node": ">= 10"
501501
},
502-
"version": "6.3.19",
502+
"version": "6.3.20",
503503
"license": "MIT",
504504
"scripts": {
505505
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)