Skip to content

Commit

Permalink
Build: Prepare 2.17.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Sep 20, 2021
1 parent 09745b4 commit 58914d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

2.17.2 / 2021-09-19
==================

### Changed

* CLI: Reduce npm install size by 35 kB. (Timo Tijhof) [node-watch#115](https://github.com/yuanchuan/node-watch/pull/115)

### Fixed

* Core: Correctly ignore late tests after a nested `QUnit.module.only()` closure. (Steve McClure) [#1645](https://github.com/qunitjs/qunit/issues/1645)
* Core: Restore fake test for "No tests were run" message. (Timo Tijhof) [#1652](https://github.com/qunitjs/qunit/pull/1652)
* HTML Reporter: Restore URL parameter reading. (Timo Tijhof) [#1657](https://github.com/qunitjs/qunit/issues/1657)

2.17.1 / 2021-09-09
==================

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.17.1-pre",
"version": "2.17.2-pre",
"homepage": "https://qunitjs.com",
"author": {
"name": "OpenJS Foundation and other contributors",
Expand Down

0 comments on commit 58914d3

Please sign in to comment.