Skip to content

Commit 8f798d5

Browse files
committedNov 7, 2021
chore(release): 6.3.8 [skip ci]
## [6.3.8](v6.3.7...v6.3.8) (2021-11-07) ### Bug Fixes * **reporter:** warning if stack trace contains generated code invocation ([4f23b14](4f23b14))
1 parent 4f23b14 commit 8f798d5

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.8](https://github.com/karma-runner/karma/compare/v6.3.7...v6.3.8) (2021-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **reporter:** warning if stack trace contains generated code invocation ([4f23b14](https://github.com/karma-runner/karma/commit/4f23b14d3e774c0401f2c9eecb188b37aed020eb))
7+
18
## [6.3.7](https://github.com/karma-runner/karma/compare/v6.3.6...v6.3.7) (2021-11-01)
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
@@ -111,6 +111,7 @@
111111
"Parashuram <code@r.nparashuram.com>",
112112
"Pat Tullmann <pt@bebop.co>",
113113
"PatrickJS <github@gdi2290.com>",
114+
"Paul Gschwendtner <paulgschwendtner@gmail.com>",
114115
"Richard Harrington <rwharrington87@gmail.com>",
115116
"Roarke Gaskill <roarke.gaskill@gmail.com>",
116117
"Robert Stein <SteinRobert@users.noreply.github.com>",
@@ -315,7 +316,6 @@
315316
"Patrick Lussan <patrick.lussan@componize.com>",
316317
"Patrick Neschkudla <neschkudla@gmail.com>",
317318
"Patrik Henningsson <patrik.henningsson@gmail.com>",
318-
"Paul Gschwendtner <paulgschwendtner@gmail.com>",
319319
"Paweł Kapalla <pkapalla@xesenix.pl>",
320320
"Pedro Araujo <pedrotcaraujo@gmail.com>",
321321
"Pete Bacon Darwin <pete@bacondarwin.com>",
@@ -492,7 +492,7 @@
492492
"engines": {
493493
"node": ">= 10"
494494
},
495-
"version": "6.3.7",
495+
"version": "6.3.8",
496496
"license": "MIT",
497497
"scripts": {
498498
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",

0 commit comments

Comments
 (0)
Please sign in to comment.