diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2aa2832..916191517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 0.13.5 (2015-08-04) + + +### Bug Fixes + +* **file-list:** Ensure autowatchDelay is working. ([655599a](https://github.com/karma-runner/karma/commit/655599a)), closes [#1520](https://github.com/karma-runner/karma/issues/1520) +* **file-list:** use lodash find() ([3bd15a7](https://github.com/karma-runner/karma/commit/3bd15a7)), closes [#1533](https://github.com/karma-runner/karma/issues/1533) + +### Features + +* **web-server:** Allow running on https ([1696c78](https://github.com/karma-runner/karma/commit/1696c78)) + + + ## 0.13.4 (2015-08-04) diff --git a/package.json b/package.json index 270d1abc2..a46c5f61a 100644 --- a/package.json +++ b/package.json @@ -300,6 +300,6 @@ "engines": { "node": ">=0.10 <=0.12 || >=1 <=2" }, - "version": "0.13.4", + "version": "0.13.5", "license": "MIT" }