From bce574cce76114f6e01e0775993fc90c0a41ea4f Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 12 Jan 2017 13:10:10 -0500 Subject: [PATCH] v1.1.0 --- CHANGELOG | 5 +++++ README.md | 5 +++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7381f14..24ede72 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v1.1.0: + date: 2017-01-12 + changes: + - adds `tempDir` option. + - locks jasmine version v1.0.3: date: 2016-04-07 changes: diff --git a/README.md b/README.md index a1f9bb6..072c8b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jasmine v1.0.3 [![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 v1.1.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) > Run jasmine specs headlessly through PhantomJS @@ -323,6 +323,7 @@ grunt.initConfig({ ## Release History + * 2017-01-12   v1.1.0   adds `tempDir` option. locks jasmine version * 2016-04-07   v1.0.3   Move to a non-deprecated sprintf. * 2016-04-07   v1.0.2   Fix sprintf issues in error calls. * 2016-04-07   v1.0.1   Allow to use custom bootfile. Doc updates. Fix and use lodash directly. @@ -357,4 +358,4 @@ grunt.initConfig({ Task submitted by [Jarrod Overson](http://jarrodoverson.com) -*This file was generated on Tue Jun 14 2016 11:02:35.* +*This file was generated on Thu Jan 12 2017 13:09:46.* diff --git a/package.json b/package.json index acab47b..063d526 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jasmine", "description": "Run jasmine specs headlessly through PhantomJS", - "version": "1.0.3", + "version": "1.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"