From 202e9b8b4d1b6611c96d95d631c49d631d88c827 Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Sun, 11 Dec 2022 15:00:31 +0100 Subject: [PATCH] build(v10.2.0): release --- AUTHORS | 3 +++ CHANGELOG.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 94f192dfc1..08ec60d757 100644 --- a/AUTHORS +++ b/AUTHORS @@ -539,5 +539,8 @@ Darius Dzien Yeting Li Greggman Josh Goldberg +Kleis Auke Wolthuizen +Paulo Gonçalves +Anton Usmansky # Generated by scripts/update-authors.js diff --git a/CHANGELOG.md b/CHANGELOG.md index bad7d6bd4b..ba868af4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ ## :tada: Enhancements -- #4945: API: add possibility to decorate ESM name before import (@j0tunn) +- [#4945](https://github.com/mochajs/mocha/issues/4945): API: add possibility to decorate ESM name before import ([**@j0tunn**](https://github.com/j0tunn)) ## :bug: Fixes -- #4946: Browser: color of failed test icon (@kleisauke) +- [#4946](https://github.com/mochajs/mocha/issues/4946): Browser: color of failed test icon ([**@kleisauke**](https://github.com/kleisauke)) ## :book: Documentation -- #4944: Remove duplicated header (@PauloGoncalvesBH) +- [#4944](https://github.com/mochajs/mocha/issues/4944): Remove duplicated header ([**@PauloGoncalvesBH**](https://github.com/PauloGoncalvesBH)) # 10.1.0 / 2022-10-16 diff --git a/package-lock.json b/package-lock.json index 319e9be2ab..9af4aa58d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "10.1.0", + "version": "10.2.0", "license": "MIT", "dependencies": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index f67f224959..bdb347cc0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "10.1.0", + "version": "10.2.0", "type": "commonjs", "description": "simple, flexible, fun test framework", "keywords": [