diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f96529c..5ed25255c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.4](https://github.com/karma-runner/karma/compare/v5.0.3...v5.0.4) (2020-04-30) + + +### Bug Fixes + +* **browser:** make sure that empty results array is still recognized ([#3486](https://github.com/karma-runner/karma/issues/3486)) ([fa95fa3](https://github.com/karma-runner/karma/commit/fa95fa3c917470fa4b9ad736287379d1e9ebb350)) + ## [5.0.3](https://github.com/karma-runner/karma/compare/v5.0.2...v5.0.3) (2020-04-29) diff --git a/package-lock.json b/package-lock.json index 0fc434baf..d2b9b56c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0077f131c..c9fc25bdf 100644 --- a/package.json +++ b/package.json @@ -477,7 +477,7 @@ "engines": { "node": ">= 10" }, - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "husky": { "hooks": {