Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Aug 4, 2015
1 parent 36760b0 commit 6d76cb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.9.1:
date: 2015-09-04
changes:
- Fix summary logging
v0.9.0:
date: 2015-07-10
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-jasmine v0.9.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)
# grunt-contrib-jasmine v0.9.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/5985958by5rhnh31/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jasmine/branch/master)

> Run jasmine specs headlessly through PhantomJS
Expand Down Expand Up @@ -295,6 +295,7 @@ for more information on the RequireJS template.

## Release History

* 2015-09-04   v0.9.1   Fix summary logging
* 2015-07-10   v0.9.0   Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
* 2015-01-08   v0.8.2   Fixes to test summary reporting.
* 2014-10-20   v0.8.1   Now removes listeners when using the build flag. Adds handler for fail.load.
Expand Down Expand Up @@ -323,4 +324,4 @@ for more information on the RequireJS template.

Task submitted by [Jarrod Overson](http://jarrodoverson.com)

*This file was generated on Fri Jul 10 2015 11:56:26.*
*This file was generated on Tue Aug 04 2015 10:14:41.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS",
"version": "0.9.0",
"version": "0.9.1",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

0 comments on commit 6d76cb3

Please sign in to comment.