Skip to content

Commit

Permalink
chore: Release 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 11, 2014
1 parent f8fd175 commit 83119d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.8.0
* Update to `karma@0.12.0`

#0.3.0
* changed name from gruntacular to grunt-karma

Expand All @@ -9,4 +12,4 @@

#0.1.1
* initial version
* docs
* docs
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# grunt-karma [![Build Status](https://travis-ci.org/karma-runner/grunt-karma.png?branch=master)](https://travis-ci.org/karma-runner/grunt-karma)
Grunt plugin for [Karma](https://github.com/karma-runner/karma)
NOTE: this plugin requires Grunt 0.4.x

> Grunt plugin for [Karma](https://github.com/karma-runner/karma)
This current version `0.8.0` uses `karma@0.12.x`. For using older versions see the
old releases of grunt-karma.

## Getting Started
From the same directory as your project's Gruntfile and package.json, install
Expand All @@ -10,10 +13,6 @@ this plugin with the following command:
$ npm install grunt-karma --save-dev
```

Note that even numbered minor releases follow Karma's stable channel,
while odd numbers follow the unstable channel. So grunt-karma@0.6.x goes
with karma@0.10.x, while grunt-karma `>=0.7.3` goes with karma@0.11.x

Once that's done, add this line to your project's Gruntfile:

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

0 comments on commit 83119d6

Please sign in to comment.