From d21731ee8d5e7ef32102b72bcc6823214708cfe2 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 8 Jan 2015 16:19:06 -0500 Subject: [PATCH] v0.8.2 --- CHANGELOG | 6 +++++- README.md | 7 ++++--- package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dd09ba4..95a0db3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,11 @@ +v0.8.2: + date: 2015-01-08 + changes: + - Fixes to test summary reporting. v0.8.1: date: 2014-10-20 changes: - - Nowremoves listeners when using the build flag. + - Now removes listeners when using the build flag. - Adds handler for fail.load. v0.8.0: date: 2014-07-26 diff --git a/README.md b/README.md index 7677089..e3cc392 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jasmine v0.8.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) Build Status: Windows +# grunt-contrib-jasmine v0.8.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) > Run jasmine specs headlessly through PhantomJS. @@ -295,7 +295,8 @@ for more information on the RequireJS template. ## Release History - * 2014-10-20   v0.8.1   Nowremoves listeners when using the build flag. Adds handler for fail.load. + * 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. * 2014-07-26   v0.8.0   Plugin now uses Jasmine 2.0.4 from npm. Updates other dependencies. Added "options.polyfills". * 2014-07-26   v0.7.0   Merged 153 to add stack trace to summary. Updated for Jasmine 2.0.1 Merged 133 for minimal output Merged 139 changing file exclusion logic * 2014-05-31   v0.6.5   Option to allow specifying a junitTemplate. @@ -321,4 +322,4 @@ for more information on the RequireJS template. Task submitted by [Jarrod Overson](http://jarrodoverson.com) -*This file was generated on Mon Oct 20 2014 11:50:15.* +*This file was generated on Thu Jan 08 2015 16:18:55.* diff --git a/package.json b/package.json index 2e08671..887cacc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jasmine", "description": "Run jasmine specs headlessly through PhantomJS.", - "version": "0.8.1", + "version": "0.8.2", "homepage": "https://github.com/gruntjs/grunt-contrib-jasmine", "author": { "name": "Grunt Team",