Skip to content

Commit

Permalink
Build: Prepare 2.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Sep 23, 2023
1 parent 61e1a3f commit f1dd012
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mailmap
Expand Up @@ -117,3 +117,4 @@ Stephen Yeung <step2yeung@outlook.com> <syeung@linkedin.com>
Bryan Crotaz <bryan.crotaz@silvercurve.co.uk>
Jan Buschtöns <jan@buschtoens.me>
Ben Demboski <demboskb@gmail.com> <ben@turbopatent.com>
Izel Nakri <contact@izelnakri.com>
2 changes: 2 additions & 0 deletions AUTHORS.txt
Expand Up @@ -184,3 +184,5 @@ ShaMan123 <shacharnen@gmail.com>
Andrew Dawes <andrewsdawes@gmail.com>
Tim Gates <tim.gates@iress.com>
Sergey Astapov <SergeAstapov@gmail.com>
Hareesh <hareesh.hsr289@gmail.com>
Zixin Yin <zixinyin20@gmail.com>
16 changes: 16 additions & 0 deletions History.md
@@ -1,4 +1,20 @@

2.20.0 / 2023-09-23
==================

### Added

* Core: Add `QUnit.reporters.perf`. (Timo Tijhof) [#1714](https://github.com/qunitjs/qunit/pull/1714)

### Changed

* Assert: Add type check for `assert.async()` parameter. (Zixin Yin) [#1721](https://github.com/qunitjs/qunit/issues/1721)
* HTML Reporter: Remove units for 0 values in qunit.css. (Hareesh) [#1715](https://github.com/qunitjs/qunit/pull/1715)

### Fixed

* Core: Faster `inArray` by using Array.prototype.includes when possible. (Izel Nakri)

2.19.4 / 2023-01-23
==================

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "qunit",
"title": "QUnit",
"description": "The powerful, easy-to-use testing framework.",
"version": "2.19.4-pre",
"version": "2.20.0-pre",
"homepage": "https://qunitjs.com",
"author": {
"name": "OpenJS Foundation and other contributors",
Expand Down

0 comments on commit f1dd012

Please sign in to comment.