Skip to content

Commit 7b07d24

Browse files
committed
Release 2.22.0
1 parent e61f4cc commit 7b07d24

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

History.md

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

2+
2.22.0 / 2024-08-18
3+
==================
4+
5+
### Added
6+
7+
* Core: Add [`QUnit.test.if()`](https://qunitjs.com/api/QUnit/test.if/) and `QUnit.module.if()`. (Timo Tijhof) [#1772](https://github.com/qunitjs/qunit/pull/1772)
8+
29
2.21.1 / 2024-07-20
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.21.1",
5+
"version": "2.22.0",
66
"homepage": "https://qunitjs.com",
77
"author": {
88
"name": "OpenJS Foundation and other contributors",

0 commit comments

Comments
 (0)