Skip to content

Commit

Permalink
chore: release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 28, 2015
1 parent 0ccf68b commit b4bd27d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name"0.11.0"></a>
## 0.11.0 (2015-05-28)


#### Bug Fixes

* Allow for karma.conf to be used correctly Now client config is only passed to ka ([15fee6f9](https://github.com/karma-runner/grunt-karma/commit/15fee6f9), closes [#119](https://github.com/karma-runner/grunt-karma/issues/119))
* Update dependencies ([002926f4](https://github.com/karma-runner/grunt-karma/commit/002926f4))
* Flatten files array. ([7fe05940](https://github.com/karma-runner/grunt-karma/commit/7fe05940), closes [#142](https://github.com/karma-runner/grunt-karma/issues/142)


<a name="0.10.1"></a>
### 0.10.1 (2015-01-09)

Expand Down Expand Up @@ -29,7 +40,7 @@

* Bump Karma depdency to ~0.9.2 (23a4f25)

###
###

* make configFile optional (cee07ab)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-karma",
"version": "0.10.1",
"version": "0.11.0",
"description": "grunt plugin for karma test runner",
"main": "tasks/grunt-karma.js",
"repository": {
Expand Down

0 comments on commit b4bd27d

Please sign in to comment.