From 83d844750cbc0008d4ab90199d602bf750dfca51 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 6 Jan 2019 14:29:19 -0800 Subject: [PATCH] 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. --- .mailmap | 4 ++++ AUTHORS.txt | 2 +- History.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index 03fc2a412..7b71c756e 100644 --- a/.mailmap +++ b/.mailmap @@ -91,3 +91,7 @@ Dave K. Smith David Vollbracht Jochen Ulrich Michał Gołębiowski-Owczarek +Leonardo Balter +Kevin Partington +Kevin Partington +Manoj Kumar diff --git a/AUTHORS.txt b/AUTHORS.txt index 92c646853..0e38f8047 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -128,8 +128,8 @@ Daniel De Jager Brahim Arkni Cory Forsyth Ed -yagni Manoj Kumar +yagni Tobias Oetzel Ray Tiley Dustin Specker diff --git a/History.md b/History.md index 9c536ef5b..0261166e4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +2.9.0 / 2019-01-06 +================== + + * Assert: Report RegExp/Error as strings from `rejects()`/`throws()` (#1333) + * Build: Add macOS and Windows to the Travis CI test matrix + * Build: Update engine requirement package.json to Node 6 + * CLI: Reduce size of the dependencies tree (#1342) + * CLI: Re-implement run.watch() with 'node-watch' instead of 'sane' (#1342) + * HTML Reporter: Fix an unescaped details.source (#1341) + 2.8.0 / 2018-11-02 ================== diff --git a/package.json b/package.json index 42b7e34ed..66c792a44 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qunit", "title": "QUnit", "description": "An easy-to-use JavaScript Unit Testing framework.", - "version": "2.8.1-pre", + "version": "2.9.0-pre", "homepage": "https://qunitjs.com", "author": { "name": "jQuery Foundation and other contributors",