Skip to content

Commit

Permalink
Update deps and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed May 13, 2021
1 parent 3b3abc7 commit cd3efba
Show file tree
Hide file tree
Showing 4 changed files with 2,303 additions and 1,931 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
v3.0.0:
date: 2021-05-13
changes:
- Dependency Updates
- drop node 8 support
- bump puppeteer to 8.0.0
v2.2.0:
date: 2020-05-04
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-jasmine v2.2.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)
# grunt-contrib-jasmine v2.2.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-jasmine/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-jasmine/actions?workflow=Tests)

> Run jasmine specs headlessly through Headless Chrome
Expand Down Expand Up @@ -372,6 +372,7 @@ grunt.initConfig({

## Release History

* 2021-05-13   v3.0.0   Dependency Updates drop node 8 support bump puppeteer to 8.0.0
* 2020-05-04   v2.2.0   Dependency updates set the default option timeout value to 30 secs to sync with puppeteer's default timeout value. options.sandboxArgs; passing options to puppeteer
* 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
Expand Down Expand Up @@ -413,4 +414,4 @@ grunt.initConfig({

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

*This file was generated on Mon May 04 2020 17:34:59.*
*This file was generated on Thu May 13 2021 10:47:51.*

0 comments on commit cd3efba

Please sign in to comment.