diff --git a/History.md b/History.md index 5ce87cddb..c69eaec3d 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +2.23.0 / 2024-12-03 +================== + +### Added + +* Core: Add automatic labels in [`QUnit.test.each()`](https://qunitjs.com/api/QUnit/test.each/) to simple array values. [#1733](https://github.com/qunitjs/qunit/issues/1733) + 2.22.0 / 2024-08-18 ================== diff --git a/package-lock.json b/package-lock.json index a7729e610..ef2fb28fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunit", - "version": "2.22.0", + "version": "2.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qunit", - "version": "2.22.0", + "version": "2.23.0", "license": "MIT", "dependencies": { "commander": "7.2.0", diff --git a/package.json b/package.json index bd53d52c1..317662108 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qunit", "title": "QUnit", "description": "The powerful, easy-to-use testing framework.", - "version": "2.22.0", + "version": "2.23.0", "homepage": "https://qunitjs.com", "author": { "name": "OpenJS Foundation and other contributors",