Skip to content

Commit cd70382

Browse files
committed
Release 2.25.0
1 parent 757beb0 commit cd70382

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,4 @@ Sergey Astapov <SergeAstapov@gmail.com>
187187
Hareesh <hareesh.hsr289@gmail.com>
188188
Zixin Yin <zixinyin20@gmail.com>
189189
Timmy Willison <timmywil@users.noreply.github.com>
190+
Sebastian Gbudje <gbudjeakp@gmail.com>

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
2.25.0 / 2025-12-30
3+
==================
4+
5+
### Added
6+
7+
* Core: Add `QUnit.config.testFilter` to programmatically filter tests. (Sebastian Gbudje) [#1814](https://github.com/qunitjs/qunit/issues/1814)
8+
29
2.24.3 / 2025-11-29
310
==================
411

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qunit",
33
"title": "QUnit",
44
"description": "The powerful, easy-to-use testing framework.",
5-
"version": "2.24.3",
5+
"version": "2.25.0",
66
"homepage": "https://qunitjs.com",
77
"author": {
88
"name": "OpenJS Foundation and other contributors",

0 commit comments

Comments
 (0)