Skip to content

Commit 83d8447

Browse files
authored
Build: Prepare 2.9.0 release, including authors and history update
Add various names to mailmap so that they don't result in duplicate entries from grunt-authors, using the existing entries as canonical to make only the smallest change to AUTHORS.txt. Closes #1363.
1 parent 57cea14 commit 83d8447

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ Dave K. Smith <[email protected]>
9191
David Vollbracht <[email protected]>
9292
Jochen Ulrich <[email protected]>
9393
Michał Gołębiowski-Owczarek <[email protected]>
94+
Leonardo Balter <[email protected]>
95+
Kevin Partington <[email protected]>
96+
97+

AUTHORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Daniel De Jager <[email protected]>
128128
Brahim Arkni <[email protected]>
129129
Cory Forsyth <[email protected]>
130130
131-
132131
Manoj Kumar <[email protected]>
132+
133133
Tobias Oetzel <[email protected]>
134134
Ray Tiley <[email protected]>
135135
Dustin Specker <[email protected]>

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.9.0 / 2019-01-06
2+
==================
3+
4+
* Assert: Report RegExp/Error as strings from `rejects()`/`throws()` (#1333)
5+
* Build: Add macOS and Windows to the Travis CI test matrix
6+
* Build: Update engine requirement package.json to Node 6
7+
* CLI: Reduce size of the dependencies tree (#1342)
8+
* CLI: Re-implement run.watch() with 'node-watch' instead of 'sane' (#1342)
9+
* HTML Reporter: Fix an unescaped details.source (#1341)
10+
111
2.8.0 / 2018-11-02
212
==================
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qunit",
33
"title": "QUnit",
44
"description": "An easy-to-use JavaScript Unit Testing framework.",
5-
"version": "2.8.1-pre",
5+
"version": "2.9.0-pre",
66
"homepage": "https://qunitjs.com",
77
"author": {
88
"name": "jQuery Foundation and other contributors",

0 commit comments

Comments
 (0)