From c85f8c9718f7898577aa8c4040021866106eb0ed Mon Sep 17 00:00:00 2001 From: vladikoff Date: Wed, 31 Jul 2019 12:27:56 -0400 Subject: [PATCH] Update README --- CHANGELOG | 5 +++++ README.md | 11 +++-------- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 14ae1a2..a1962e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v2.1.3: + date: 2019-07-31 + changes: + - Fix security deps + - Update Puppeteer v2.0.3: date: 2018-11-14 changes: diff --git a/README.md b/README.md index cc24e28..048c544 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-jasmine v2.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 v2.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 Headless Chrome @@ -168,12 +168,6 @@ Default: `false` Display a list of all failed tests and their failure messages -#### options.allowFileAccess -Type: `Boolean` -Default: `false` - -Launches puppeteer with --allow-file-access-from-files (Fix Issue https://github.com/gruntjs/grunt-contrib-jasmine/issues/298) - ### Flags Name: `build` @@ -322,6 +316,7 @@ grunt.initConfig({ ## Release History + * 2019-07-31   v2.1.3   Fix security deps Update Puppeteer * 2018-11-14   v2.0.3   [object Object] Build only should pass if the buildSpecrunner runs without error * 2018-08-13   v2.0.2   Fix noSandbox option. Fix startTime, and timing issues. * 2018-05-31   v2.0.1   Use the grunt current working directory to find the jasmine core. Implement options.version. Dependency updates. @@ -361,4 +356,4 @@ grunt.initConfig({ Task submitted by [Jarrod Overson](http://jarrodoverson.com) -*This file was generated on Wed Nov 14 2018 17:45:18.* +*This file was generated on Wed Jul 31 2019 12:27:22.* diff --git a/package.json b/package.json index 42764c3..46272c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-jasmine", "description": "Run jasmine specs headlessly through Headless Chrome", - "version": "2.0.3", + "version": "2.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/"