Skip to content

Commit 633f833

Browse files
chore(release): 5.0.4 [skip ci]
## [5.0.4](v5.0.3...v5.0.4) (2020-04-30) ### Bug Fixes * **browser:** make sure that empty results array is still recognized ([#3486](#3486)) ([fa95fa3](fa95fa3))
1 parent 810489d commit 633f833

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.4](https://github.com/karma-runner/karma/compare/v5.0.3...v5.0.4) (2020-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [5.0.3](https://github.com/karma-runner/karma/compare/v5.0.2...v5.0.3) (2020-04-29)
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
"engines": {
478478
"node": ">= 10"
479479
},
480-
"version": "5.0.3",
480+
"version": "5.0.4",
481481
"license": "MIT",
482482
"husky": {
483483
"hooks": {

0 commit comments

Comments
 (0)