diff --git a/CHANGELOG.md b/CHANGELOG.md index fa57d541f..3599b0825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.1](https://github.com/karma-runner/karma/compare/v5.1.0...v5.1.1) (2020-07-28) + + +### Bug Fixes + +* **server:** echo the hostname rather than listenAddress ([#3532](https://github.com/karma-runner/karma/issues/3532)) ([ebe7ce4](https://github.com/karma-runner/karma/commit/ebe7ce4c1aaa7637f2acfde6647f5766347ae1f5)) + # [5.1.0](https://github.com/karma-runner/karma/compare/v5.0.9...v5.1.0) (2020-06-11) diff --git a/package-lock.json b/package-lock.json index f7bcaf943..51a79176f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8188b47a..c2aa5d32c 100644 --- a/package.json +++ b/package.json @@ -476,7 +476,7 @@ "engines": { "node": ">= 10" }, - "version": "5.1.0", + "version": "5.1.1", "license": "MIT", "husky": { "hooks": {