From 09b948bd899e39a684dd6e2d871ea3fc77f9aee0 Mon Sep 17 00:00:00 2001 From: juergba Date: Wed, 26 Feb 2020 07:37:39 +0100 Subject: [PATCH] Release v7.1.0 --- AUTHORS | 2 ++ CHANGELOG.md | 10 +++++----- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index e343853b2a..326283089b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -486,5 +486,7 @@ Hugo Kim KyoungWan Zirak Christian Holm +Kai Cataldo +Gil Tayar # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index d786e82830..4cf0b4e8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## :tada: Enhancements -#4038: Add Node.js native ESM support (@giltayar) +[#4038](https://github.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@giltayar**](https://github.com/giltayar)) Mocha supports writing your test files as ES modules: @@ -15,16 +15,16 @@ Mocha supports writing your test files as ES modules: ## :bug: Fixes -- #4181: Programmatic API cannot access retried test objects (@juergba) -- #4174: Browser: fix `allowUncaught` option (@juergba) +- [#4181](https://github.com/mochajs/mocha/issues/4181): Programmatic API cannot access retried test objects ([**@juergba**](https://github.com/juergba)) +- [#4174](https://github.com/mochajs/mocha/issues/4174): Browser: fix `allowUncaught` option ([**@juergba**](https://github.com/juergba)) ## :book: Documentation -- #4058: Manage author list in AUTHORS instead of `package.json` (@outsideris) +- [#4058](https://github.com/mochajs/mocha/issues/4058): Manage author list in AUTHORS instead of `package.json` ([**@outsideris**](https://github.com/outsideris)) ## :nut_and_bolt: Other -- #4138: Upgrade ESLint v6.8 (@kaicataldo) +- [#4138](https://github.com/mochajs/mocha/issues/4138): Upgrade ESLint v6.8 ([**@kaicataldo**](https://github.com/kaicataldo)) # 7.0.1 / 2020-01-25 diff --git a/package-lock.json b/package-lock.json index 86234a92da..3cadb5289f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "7.0.1", + "version": "7.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cad374e94..915b15d3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "7.0.1", + "version": "7.1.0", "description": "simple, flexible, fun test framework", "keywords": [ "mocha",