Skip to content

Commit

Permalink
Build: Prepare 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle authored Mar 14, 2021
1 parent 13f9f9c commit f3d7f93
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,5 @@ Ray Cohen <raycohen@gmail.com>
Steve McClure <smcclure15@gmail.com>
brandonocasey <brandonocasey@gmail.com>
Bryan Crotaz <bryan.crotaz@silvercurve.co.uk>
Bryan Mishkin <698306+bmish@users.noreply.github.com>
Edward Faulkner <edward@eaf4.com>
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

2.14.1 / 2021-03-14
==================

### Changed

* CLI: Upgrade `commander` to 7.1.0. (Timo Tijhof) [#1564](/~https://github.com/qunitjs/qunit/issues/1564)

### Fixed

* Core: Restore strict mode compatibility (Edward Faulkner) [#1558](/~https://github.com/qunitjs/qunit/pull/1558)
* HTML Reporter: Check for undefined `testItem` in testDone callback. (Timo Tijhof)

2.14.0 / 2021-01-12
==================

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

0 comments on commit f3d7f93

Please sign in to comment.