diff --git a/CHANGELOG.md b/CHANGELOG.md index 114fabbe4..74e60503f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.3.8](https://github.com/karma-runner/karma/compare/v6.3.7...v6.3.8) (2021-11-07) + + +### Bug Fixes + +* **reporter:** warning if stack trace contains generated code invocation ([4f23b14](https://github.com/karma-runner/karma/commit/4f23b14d3e774c0401f2c9eecb188b37aed020eb)) + ## [6.3.7](https://github.com/karma-runner/karma/compare/v6.3.6...v6.3.7) (2021-11-01) diff --git a/package-lock.json b/package-lock.json index 4000dbaf0..6d2d3f015 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma", - "version": "6.3.7", + "version": "6.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 324742ab6..173b8e52f 100644 --- a/package.json +++ b/package.json @@ -111,6 +111,7 @@ "Parashuram ", "Pat Tullmann ", "PatrickJS ", + "Paul Gschwendtner ", "Richard Harrington ", "Roarke Gaskill ", "Robert Stein ", @@ -315,7 +316,6 @@ "Patrick Lussan ", "Patrick Neschkudla ", "Patrik Henningsson ", - "Paul Gschwendtner ", "Paweł Kapalla ", "Pedro Araujo ", "Pete Bacon Darwin ", @@ -492,7 +492,7 @@ "engines": { "node": ">= 10" }, - "version": "6.3.7", + "version": "6.3.8", "license": "MIT", "scripts": { "lint": "eslint . --ext js --ignore-pattern *.tpl.js",