diff --git a/CHANGELOG b/CHANGELOG index a34156d..a73d2e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.6.4: + date: 2014-04-28 + changes: + - Indent level fix. + - Moved scripts inside the body tag. v0.6.0: date: 2014-01-29 changes: diff --git a/README.md b/README.md index 4f483c0..80e142a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jasmine v0.6.3 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) +# grunt-contrib-jasmine v0.6.4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jasmine.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jasmine) > Run jasmine specs headlessly through PhantomJS. @@ -282,6 +282,7 @@ for more information on the RequireJS template. ## Release History + * 2014-04-28   v0.6.4   Indent level fix. Moved scripts inside the body tag. * 2014-01-29   v0.6.0   Jasmine 2.0.0 support Improved logging support Various merges/bugfixes * 2013-08-02   v0.5.2   Fixed breakage with iframes /44 Added filter flag / 70 Fixed junit failure output /77 * 2013-06-18   v0.5.1   Merged /69 grunt async not called when tests fail OR keepRunner is true @@ -303,4 +304,4 @@ for more information on the RequireJS template. Task submitted by [Jarrod Overson](http://jarrodoverson.com) -*This file was generated on Wed Mar 19 2014 16:21:15.* +*This file was generated on Mon Apr 28 2014 15:48:58.* diff --git a/package.json b/package.json index 85dd187..a184b18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jasmine", "description": "Run jasmine specs headlessly through PhantomJS.", - "version": "0.6.3", + "version": "0.6.4", "homepage": "https://github.com/gruntjs/grunt-contrib-jasmine", "author": { "name": "Grunt Team",