Skip to content

Commit 2c58687

Browse files
committed
10.1.0
1 parent e473cd0 commit 2c58687

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v10.1.0:
2+
date: 2024-07-18
3+
changes:
4+
- Include errors from `QUnit.on('error')` in the output.
15
v10.0.0:
26
date: 2024-06-18
37
changes:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-qunit v10.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)
1+
# grunt-contrib-qunit v10.1.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-qunit/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-qunit/actions?workflow=Tests)
22

33
> Run QUnit unit tests in a headless Chrome instance
44
@@ -272,6 +272,7 @@ grunt.event.on('qunit.on.testEnd', function (test) {
272272

273273
## Release History
274274

275+
* 2024-07-18   v10.1.0   Include errors from `QUnit.on('error')` in the output.
275276
* 2024-06-18   v10.0.0   Remove support for delaying qunit.js via RequireJS. AMD continues to be supported for loading source code and tests, but load qunit.js in its own script before RequireJS, and reference QUnit directly. Examples on [qunitjs.com](https://qunitjs.com/api/config/autostart/).
276277
* 2024-06-11   v9.1.1   Remove dependency on `p-each-series` package.
277278
* 2024-06-11   v9.1.0   Re-introduce `qunit.log` Grunt event.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-qunit",
33
"description": "Run QUnit unit tests in a headless Chrome instance",
4-
"version": "10.0.0",
4+
"version": "10.1.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)