Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Sep 8, 2018
1 parent 02400ab commit aab923d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/karma-runner/grunt-karma/compare/v2.0.0...v3.0.0) (2018-09-08)


### Bug Fixes

* ensure proper path format ([9314248](https://github.com/karma-runner/grunt-karma/commit/9314248))
* Remove hardcoded useIframe & captureConsole opts ([33386b3](https://github.com/karma-runner/grunt-karma/commit/33386b3)), closes [#165](https://github.com/karma-runner/grunt-karma/issues/165) [#166](https://github.com/karma-runner/grunt-karma/issues/166)
* **deps:** update lodash version to address npm audit warning ([1182766](https://github.com/karma-runner/grunt-karma/commit/1182766)), closes [#259](https://github.com/karma-runner/grunt-karma/issues/259)
* **deps:** Update test to use karma 3.0.0 ([19551fd](https://github.com/karma-runner/grunt-karma/commit/19551fd)), closes [#261](https://github.com/karma-runner/grunt-karma/issues/261) [#251](https://github.com/karma-runner/grunt-karma/issues/251)


### Features

* upgrade dependencies ([a911ca1](https://github.com/karma-runner/grunt-karma/commit/a911ca1)), closes [#178](https://github.com/karma-runner/grunt-karma/issues/178) [#175](https://github.com/karma-runner/grunt-karma/issues/175)



<a name="2.0.0"></a>
# 2.0.0 (2016-05-26)

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": "2.0.0",
"version": "3.0.0",
"description": "grunt plugin for karma test runner",
"main": "tasks/grunt-karma.js",
"repository": {
Expand Down

0 comments on commit aab923d

Please sign in to comment.