Skip to content

Commit

Permalink
chore: release v0.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 14, 2015
1 parent 9508077 commit fff0ed2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
<a name="0.13.11"></a>
## 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)



<a name="0.13.10"></a>
## 0.13.10 (2015-09-21)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -320,6 +320,6 @@
"engines": {
"node": "0.10 || 0.12 || 4"
},
"version": "0.13.10",
"version": "0.13.11",
"license": "MIT"
}

0 comments on commit fff0ed2

Please sign in to comment.