Skip to content

Commit 623c79c

Browse files
authored
Merge pull request #333 from gruntjs/deps-changelog
Update deps and readme
2 parents 3b3abc7 + cd3efba commit 623c79c

File tree

4 files changed

+2303
-1931
lines changed

4 files changed

+2303
-1931
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v3.0.0:
2+
date: 2021-05-13
3+
changes:
4+
- Dependency Updates
5+
- drop node 8 support
6+
- bump puppeteer to 8.0.0
17
v2.2.0:
28
date: 2020-05-04
39
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
> Run jasmine specs headlessly through Headless Chrome
44
@@ -372,6 +372,7 @@ grunt.initConfig({
372372

373373
## Release History
374374

375+
* 2021-05-13   v3.0.0   Dependency Updates drop node 8 support bump puppeteer to 8.0.0
375376
* 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
376377
* 2019-07-31   v2.1.3   Fix security deps Update Puppeteer
377378
* 2018-11-14   v2.0.3   [object Object] Build only should pass if the buildSpecrunner runs without error
@@ -413,4 +414,4 @@ grunt.initConfig({
413414

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

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

0 commit comments

Comments
 (0)