From 8ea67f4448bbbcfca7871fb3e65481da7ba2a3ad Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 15 Feb 2024 21:32:53 +0000 Subject: [PATCH] Build: Prepare 2.10.1 --- AUTHORS.txt | 1 + History.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 463da0f00..54854b91f 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -186,3 +186,4 @@ Tim Gates Sergey Astapov Hareesh Zixin Yin +Timmy Willison diff --git a/History.md b/History.md index 8a57b08a3..469987c03 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +2.20.1 / 2024-02-15 +================== + +### Fixed + +* Core: Fix compatibility with `sinon.useFakeTimers` in IE 10 and IE 11. (Timmy Willison) [#1738](https://github.com/qunitjs/qunit/pull/1738) +* Core: Fix hanging `assert.async()` after `assert.timeout()`. (Timo Tijhof) [#1705](https://github.com/qunitjs/qunit/issues/1705) + 2.20.0 / 2023-09-23 ================== diff --git a/package-lock.json b/package-lock.json index 201b6afcd..2657353bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunit", - "version": "2.20.0-pre", + "version": "2.20.1-pre", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qunit", - "version": "2.20.0-pre", + "version": "2.20.1-pre", "license": "MIT", "dependencies": { "commander": "7.2.0", diff --git a/package.json b/package.json index 0153e2655..2423cbfdf 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.20.0-pre", + "version": "2.20.1-pre", "homepage": "https://qunitjs.com", "author": { "name": "OpenJS Foundation and other contributors",