Skip to content

Commit

Permalink
Merge pull request gruntjs#168 from gruntjs/v4-rel
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
vladikoff committed Jun 17, 2020
2 parents 7caf136 + 7f87772 commit a971cbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v4.0.0:
date: 2020-06-17
changes:
- Puppeteer version to v4.0.0.
- Dependency updates and typo fixes.
- Minimum node version is now version 10.
v3.1.0:
date: 2018-12-29
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-qunit v3.1.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit/branch/master)
# grunt-contrib-qunit v4.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-qunit.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-qunit) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/3vd43779joyj6qji/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-qunit/branch/master)

> Run QUnit unit tests in a headless Chrome instance
Expand Down Expand Up @@ -267,6 +267,7 @@ grunt.event.on('qunit.spawn', function (url) {

## Release History

* 2020-06-17   v4.0.0   Puppeteer version to v4.0.0. Dependency updates and typo fixes. Minimum node version is now version 10.
* 2018-12-29   v3.1.0   Updated to puppeteer ^1.11.0.
* 2018-08-12   v3.0.1   Fixed regressions.
* 2018-07-24   v3.0.0   Switch to using headless chrome / puppeteer instead of phantomjs
Expand Down Expand Up @@ -295,4 +296,4 @@ grunt.event.on('qunit.spawn', function (url) {

Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)

*This file was generated on Sat Dec 29 2018 17:19:16.*
*This file was generated on Wed Jun 17 2020 10:57:15.*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "grunt-contrib-qunit",
"description": "Run QUnit unit tests in a headless Chrome instance",
"version": "3.1.0",
"version": "4.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-qunit",
"license": "MIT",
"engines": {
"node": ">=6"
"node": ">=10"
},
"main": "tasks/qunit.js",
"scripts": {
Expand Down

0 comments on commit a971cbc

Please sign in to comment.