Skip to content

Commit

Permalink
chore: release v0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 5, 2015
1 parent 8945dc1 commit a7c9a60
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.13.7"></a>
## 0.13.7 (2015-08-05)


### Bug Fixes

* **client:** Use supported shim path. ([184f12e](https://github.com/karma-runner/karma/commit/184f12e))
* **file-list:** Use modified throttle instead of debounce ([cb2aafb](https://github.com/karma-runner/karma/commit/cb2aafb)), closes [#1545](https://github.com/karma-runner/karma/issues/1545)
* **web-server:** Ensure `filesPromise` is always resolvable ([892fa89](https://github.com/karma-runner/karma/commit/892fa89)), closes [#1544](https://github.com/karma-runner/karma/issues/1544)



<a name="0.13.6"></a>
## 0.13.6 (2015-08-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,6 @@
"engines": {
"node": ">=0.10 <=0.12 || >=1 <=2"
},
"version": "0.13.6",
"version": "0.13.7",
"license": "MIT"
}

0 comments on commit a7c9a60

Please sign in to comment.