diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index fec78d6aef..5893975b1d 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"10.7.0"} +{".":"10.7.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae91e3962..6c9f2eabca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [10.7.1](https://github.com/mochajs/mocha/compare/v10.7.0...v10.7.1) (2024-08-06) + + +### 🩹 Fixes + +* crash with --parallel and --retries both enabled ([#5173](https://github.com/mochajs/mocha/issues/5173)) ([d7013dd](https://github.com/mochajs/mocha/commit/d7013ddb1099cfafe66a1af9640370998290e62c)) + + +### 🧹 Chores + +* add knip to validate included dependencies ([5c2989f](https://github.com/mochajs/mocha/commit/5c2989fcc7ae17618d9db16d7c99e23dfb1d38ee)) +* more fully remove assetgraph-builder and canvas ([#5175](https://github.com/mochajs/mocha/issues/5175)) ([1883c41](https://github.com/mochajs/mocha/commit/1883c41a49fad009bd407efc1bece3a5c75fd10a)) +* replace `nps` with npm scripts ([#5128](https://github.com/mochajs/mocha/issues/5128)) ([c44653a](https://github.com/mochajs/mocha/commit/c44653a3a04b8418ec24a942fa7513a4673f3667)), closes [#5126](https://github.com/mochajs/mocha/issues/5126) + ## 10.7.0 / 2024-07-20 ### :tada: Enhancements diff --git a/package-lock.json b/package-lock.json index 9267a2c3e7..3c9a0ea45f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "10.7.0", + "version": "10.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "10.7.0", + "version": "10.7.1", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index e3c5af635e..b5257e39db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "10.7.0", + "version": "10.7.1", "type": "commonjs", "description": "simple, flexible, fun test framework", "keywords": [