Skip to content

Commit

Permalink
chore: release v0.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 22, 2015
1 parent 383c754 commit e780c9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
<a name="0.13.12"></a>
## [0.13.12](https://github.com/karma-runner/karma/compare/v0.13.11...v0.13.12) (2015-10-22)


### Bug Fixes

* **proxy:** Pass protocol in target object to enable https requests ([142db90](https://github.com/karma-runner/karma/commit/142db90))

### Features

* **launcher:** Add concurrency limit ([1741deb](https://github.com/karma-runner/karma/commit/1741deb)), closes [#1465](https://github.com/karma-runner/karma/issues/1465)



<a name="0.13.11"></a>
## 0.13.11 (2015-10-14)

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

0 comments on commit e780c9d

Please sign in to comment.