Skip to content

Commit

Permalink
chore: release v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 4, 2015
1 parent 2907a37 commit fee9c60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.13.5"></a>
## 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))



<a name="0.13.4"></a>
## 0.13.4 (2015-08-04)

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.4",
"version": "0.13.5",
"license": "MIT"
}

0 comments on commit fee9c60

Please sign in to comment.