Skip to content

Commit

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


### Bug Fixes

* handle basePath option for preprocessors paths ([1a45103](https://github.com/karma-runner/grunt-karma/commit/1a45103)), closes [#146](https://github.com/karma-runner/grunt-karma/issues/146)
* Make background option work with grunt tasks written in CoffeeScript ([52174ef](https://github.com/karma-runner/grunt-karma/commit/52174ef)), closes [#174](https://github.com/karma-runner/grunt-karma/issues/174)



<a name="1.0.0"></a>
# 1.0.0 (2016-05-03)

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

3 comments on commit afb752f

@julkue
Copy link
Contributor

@julkue julkue commented on afb752f May 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dignifiedquire Why is a major release necessary for these two fixes?

@dignifiedquire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@julkue
Copy link
Contributor

@julkue julkue commented on afb752f May 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dignifiedquire Thank you. You might think of adding such information to the changelog.

Please sign in to comment.