diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f838372..d7b668de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.0.4](/~https://github.com/karma-runner/karma/compare/v6.0.3...v6.0.4) (2021-02-01) + + +### Bug Fixes + +* **cli:** temporarily disable strict parameters validation ([#3641](/~https://github.com/karma-runner/karma/issues/3641)) ([9c755e0](/~https://github.com/karma-runner/karma/commit/9c755e0d61f1e8fb0fed1281fc8a331d5f1734be)), closes [#3625](/~https://github.com/karma-runner/karma/issues/3625) +* **client:** fix a false positive page reload error in Safari ([#3643](/~https://github.com/karma-runner/karma/issues/3643)) ([2a57b23](/~https://github.com/karma-runner/karma/commit/2a57b230cd6b27e1a6e903ca6557c5a6b3e31bf6)) +* ensure that Karma supports running tests on IE 11 ([#3642](/~https://github.com/karma-runner/karma/issues/3642)) ([dbd1943](/~https://github.com/karma-runner/karma/commit/dbd1943e6901c4cb86280db7663afde32f9ab86c)) + ## [6.0.3](/~https://github.com/karma-runner/karma/compare/v6.0.2...v6.0.3) (2021-01-27) diff --git a/package-lock.json b/package-lock.json index c05418b26..5bde7941d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma", - "version": "6.0.3", + "version": "6.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dcd577fb8..9e5f9f4a1 100644 --- a/package.json +++ b/package.json @@ -484,7 +484,7 @@ "engines": { "node": ">= 10" }, - "version": "6.0.3", + "version": "6.0.4", "license": "MIT", "husky": { "hooks": {