Skip to content

Commit 415ae2c

Browse files
committed
v0.9.2
1 parent 484a01a commit 415ae2c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.9.2:
2+
date: 2015-09-24
3+
changes:
4+
- Fixes npm@3 issues
15
v0.9.1:
26
date: 2015-09-04
37
changes:

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Run jasmine specs headlessly through PhantomJS
44
@@ -295,6 +295,7 @@ for more information on the RequireJS template.
295295

296296
## Release History
297297

298+
* 2015-09-24   v0.9.2   Fixes npm@3 issues
298299
* 2015-09-04   v0.9.1   Fix summary logging
299300
* 2015-07-10   v0.9.0   Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
300301
* 2015-01-08   v0.8.2   Fixes to test summary reporting.
@@ -324,4 +325,4 @@ for more information on the RequireJS template.
324325

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

327-
*This file was generated on Tue Aug 04 2015 10:14:41.*
328+
*This file was generated on Thu Sep 24 2015 13:00:10.*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-jasmine",
33
"description": "Run jasmine specs headlessly through PhantomJS",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)