diff --git a/CHANGELOG.md b/CHANGELOG.md index 223a11ff7..001da9c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## 0.13.11 (2015-10-14) + + +### Bug Fixes + +* **reporter:** preserve base/absolute word in error ([b3798df](https://github.com/karma-runner/karma/commit/b3798df)) + +### Features + +* **config:** add restartOnFileChange option ([1082f35](https://github.com/karma-runner/karma/commit/1082f35)) +* **reporter:** Replace way-too-big memoizee with a trivial solution. ([d926fe3](https://github.com/karma-runner/karma/commit/d926fe3)) +* **reporter:** Replace way-too-big memoizee with a trivial solution. ([58340b1](https://github.com/karma-runner/karma/commit/58340b1)) +* **web-server:** add support for custom headers in files served ([4301bea](https://github.com/karma-runner/karma/commit/4301bea)) +* **web-server:** allow injection of custom middleware. ([2e963c3](https://github.com/karma-runner/karma/commit/2e963c3)), closes [#1612](https://github.com/karma-runner/karma/issues/1612) + + + ## 0.13.10 (2015-09-21) diff --git a/package.json b/package.json index b41866c64..615f5a5f3 100644 --- a/package.json +++ b/package.json @@ -320,6 +320,6 @@ "engines": { "node": "0.10 || 0.12 || 4" }, - "version": "0.13.10", + "version": "0.13.11", "license": "MIT" }