Skip to content

Commit

Permalink
Build: Prepare 2.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jan 12, 2021
1 parent f0f92b7 commit e5f0253
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ Jessica Jordan <jayjayjpg@gmail.com>
Steve McClure <smcclure15@gmail.com>
Stephen Yeung <step2yeung@outlook.com>
Stephen Yeung <step2yeung@outlook.com> <syeung@linkedin.com>
Bryan Crotaz <bryan.crotaz@silvercurve.co.uk>
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ Jessica Jordan <jayjayjpg@gmail.com>
Ray Cohen <raycohen@gmail.com>
Steve McClure <smcclure15@gmail.com>
brandonocasey <brandonocasey@gmail.com>
Bryan Crotaz <bryan.crotaz@silvercurve.co.uk>
18 changes: 18 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

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

### Added

* HTML Reporter: Use a fixed header with scrollable test results. (Bryan Crotaz) [#1513](https://github.com/qunitjs/qunit/pull/1513)
* Core: Add official support for SpiderMonkey runtime. (Timo Tijhof) [#1535](https://github.com/qunitjs/qunit/issues/1535)

### Changed

* CLI: Update and re-audit `tiny-glob` and `node-watch` dependencies. [#1522](https://github.com/qunitjs/qunit/issues/1522), [#1524](https://github.com/qunitjs/qunit/issues/1524)

### Fixed

* HTML Reporter: Set `main` and `navigation` ARIA roles. (Steve McClure) [#1084](https://github.com/qunitjs/qunit/issues/1084)
* Core: Fix `QUnit.module.only` logic for unscoped modules. (Steve McClure) [#1272](https://github.com/qunitjs/qunit/issues/1272)
* Assert: Fix `assert.timeout()` bug causing a non-async test to fail. [#1539](https://github.com/qunitjs/qunit/issues/1539)

2.13.0 / 2020-11-29
==================

Expand Down
3 changes: 2 additions & 1 deletion build/prep-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ const Repo = {
} )
.sort()
.map( change => change.line )
.join( "\n" );
.join( "\n" ) +
"\n";

const today = new Date().toISOString().slice( 0, 10 );
const newSection = `\n${version} / ${today}
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.13.0-pre",
"version": "2.14.0-pre",
"homepage": "https://qunitjs.com",
"author": {
"name": "OpenJS Foundation and other contributors",
Expand Down

0 comments on commit e5f0253

Please sign in to comment.