Skip to content

Commit 2e9e9a9

Browse files
committed
Release 2.21.0
1 parent 1fc4865 commit 2e9e9a9

File tree

4 files changed

+7717
-3
lines changed

4 files changed

+7717
-3
lines changed

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"Gruntfile.js",
1313
"node_modules",
1414
"test"
15-
]
15+
],
16+
"version": "2.21.0"
1617
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "qunit",
33
"title": "QUnit",
44
"description": "The powerful, easy-to-use testing framework.",
5-
"version": "2.21.0-pre",
5+
"version": "2.21.0",
66
"homepage": "https://qunitjs.com",
77
"author": {
88
"name": "OpenJS Foundation and other contributors",
9-
"url": "https://github.com/qunitjs/qunit/blob/main/AUTHORS.txt"
9+
"url": "https://github.com/qunitjs/qunit/blob/2.21.0/AUTHORS.txt"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)