diff --git a/CHANGELOG b/CHANGELOG index 73747a9..d9fd8ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v8.0.1: + date: 2023-09-16 + changes: + - Add stack trace to uncaught errors. v8.0.0: date: 2023-09-04 changes: diff --git a/README.md b/README.md index 3cf0ac7..f32daa4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-contrib-qunit v8.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-qunit/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-qunit/actions?workflow=Tests) +# grunt-contrib-qunit v8.0.1 [![Build Status](https://github.com/gruntjs/grunt-contrib-qunit/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-qunit/actions?workflow=Tests) > Run QUnit unit tests in a headless Chrome instance @@ -273,6 +273,7 @@ grunt.event.on('qunit.spawn', function (url) { ## Release History + * 2023-09-16   v8.0.1   Add stack trace to uncaught errors. * 2023-09-04   v8.0.0   Update to Puppeteer 21 (switch to "Chrome for Testing", and "new" Headless mode). Require Node.js 16 or later. * 2023-07-02   v7.0.1   Fix unexpected bridge activation in unrated iframes. * 2023-02-14   v7.0.0   Update to Puppeteer 19. Require Node.js 14 or later. Change actual/expected value to JSON when possible. diff --git a/package-lock.json b/package-lock.json index b95c067..c35bc99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grunt-contrib-qunit", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "grunt-contrib-qunit", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "eventemitter2": "^6.4.9", diff --git a/package.json b/package.json index 2589d11..1e4758a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-contrib-qunit", "description": "Run QUnit unit tests in a headless Chrome instance", - "version": "8.0.0", + "version": "8.0.1", "author": { "name": "Grunt Team", "url": "https://gruntjs.com/"