Skip to content

Commit 8ea67f4

Browse files
committed
Build: Prepare 2.10.1
1 parent 13f0926 commit 8ea67f4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,4 @@ Tim Gates <[email protected]>
186186
Sergey Astapov <[email protected]>
187187
188188
Zixin Yin <[email protected]>
189+
Timmy Willison <[email protected]>

History.md

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

2+
2.20.1 / 2024-02-15
3+
==================
4+
5+
### Fixed
6+
7+
* Core: Fix compatibility with `sinon.useFakeTimers` in IE 10 and IE 11. (Timmy Willison) [#1738](https://github.com/qunitjs/qunit/pull/1738)
8+
* Core: Fix hanging `assert.async()` after `assert.timeout()`. (Timo Tijhof) [#1705](https://github.com/qunitjs/qunit/issues/1705)
9+
210
2.20.0 / 2023-09-23
311
==================
412

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.20.0-pre",
5+
"version": "2.20.1-pre",
66
"homepage": "https://qunitjs.com",
77
"author": {
88
"name": "OpenJS Foundation and other contributors",

0 commit comments

Comments
 (0)