diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed25255c..cb3195d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.5](https://github.com/karma-runner/karma/compare/v5.0.4...v5.0.5) (2020-05-07) + + +### Bug Fixes + +* **cli:** restore command line help contents ([#3502](https://github.com/karma-runner/karma/issues/3502)) ([e99da31](https://github.com/karma-runner/karma/commit/e99da316a2d3f875f45baf4e985e521a2fcc755f)), closes [#3474](https://github.com/karma-runner/karma/issues/3474) + ## [5.0.4](https://github.com/karma-runner/karma/compare/v5.0.3...v5.0.4) (2020-04-30) diff --git a/package-lock.json b/package-lock.json index d2b9b56c1..3b41aa294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9fc25bdf..83b55e8e8 100644 --- a/package.json +++ b/package.json @@ -477,7 +477,7 @@ "engines": { "node": ">= 10" }, - "version": "5.0.4", + "version": "5.0.5", "license": "MIT", "husky": { "hooks": {