This commit is contained in:
Vlad Filippov 2015-09-24 13:00:43 -04:00
parent 484a01a818
commit 415ae2cbe5
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,7 @@
v0.9.2:
date: 2015-09-24
changes:
- Fixes npm@3 issues
v0.9.1:
date: 2015-09-04
changes:

View File

@ -1,4 +1,4 @@
# 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)
# grunt-contrib-jasmine v0.9.2 [![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
@ -295,6 +295,7 @@ for more information on the RequireJS template.
## Release History
* 2015-09-24v0.9.2Fixes npm@3 issues
* 2015-09-04v0.9.1Fix summary logging
* 2015-07-10v0.9.0Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
* 2015-01-08v0.8.2Fixes to test summary reporting.
@ -324,4 +325,4 @@ for more information on the RequireJS template.
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Tue Aug 04 2015 10:14:41.*
*This file was generated on Thu Sep 24 2015 13:00:10.*

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS",
"version": "0.9.1",
"version": "0.9.2",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"