Skip to content

Commit 36ad678

Browse files
committedJan 24, 2022
chore(release): 6.3.12 [skip ci]
## [6.3.12](v6.3.11...v6.3.12) (2022-01-24) ### Bug Fixes * remove depreciation warning from log4js ([41bed33](41bed33))
1 parent 41bed33 commit 36ad678

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.3.12](https://github.com/karma-runner/karma/compare/v6.3.11...v6.3.12) (2022-01-24)
2+
3+
4+
### Bug Fixes
5+
6+
* remove depreciation warning from log4js ([41bed33](https://github.com/karma-runner/karma/commit/41bed33bf4b88c7e0787ca3a5ec15f2913b936fd))
7+
18
## [6.3.11](https://github.com/karma-runner/karma/compare/v6.3.10...v6.3.11) (2022-01-13)
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

+3-1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
"Matthias Oßwald <matz3@users.noreply.github.com>",
284284
"Matti Paksula <matti.paksula@iki.fi>",
285285
"Mattijs Kneppers <mattijs@arttech.nl>",
286+
"Max Rose <max.rose366@gmail.com>",
286287
"Max Waterman <davidmaxwaterman@fastmail.co.uk>",
287288
"Merott Movahedi <merott@merott.com>",
288289
"Merrick Christensen <merrick.christensen@gmail.com>",
@@ -406,6 +407,7 @@
406407
"is-already-taken <1771602+is-already-taken@users.noreply.github.com>",
407408
"jjoos <jan@deelstra.org>",
408409
"jvalkeejarvi <jvalkeejarvi@gmail.com>",
410+
"katrina95 <34797724+katrina95@users.noreply.github.com>",
409411
"kyo_ago <kyo.ago@gmail.com>",
410412
"lanshunfang <lanshunfang@gmail.com>",
411413
"lusarz <lukasz.usarz@gmail.com>",
@@ -497,7 +499,7 @@
497499
"engines": {
498500
"node": ">= 10"
499501
},
500-
"version": "6.3.11",
502+
"version": "6.3.12",
501503
"license": "MIT",
502504
"scripts": {
503505
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)
Please sign in to comment.