diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index bab257c23d..be88b5469b 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"11.1.0"} +{".":"11.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fa05abd4..b5f0e42872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [11.1.1](https://github.com/mochajs/mocha/compare/v11.1.0...v11.1.1) (2025-01-06) + + +### ๐Ÿ“š Documentation + +* improve third-party reporter docs ([#5285](https://github.com/mochajs/mocha/issues/5285)) ([c5a0ef5](https://github.com/mochajs/mocha/commit/c5a0ef523d52d8cab50e4a9b226af3790f54e75f)) + + +### ๐Ÿงน Chores + +* pin node-lts tests to 22.11.0 ([#5279](https://github.com/mochajs/mocha/issues/5279)) ([664e1f4](https://github.com/mochajs/mocha/commit/664e1f49f7ae214a9666c90f388407e9fa100309)) +* replace `fs-extra` with newer `fs` built-ins ([#5284](https://github.com/mochajs/mocha/issues/5284)) ([75dcf8c](https://github.com/mochajs/mocha/commit/75dcf8c6c40ed1ce134ae5e174b6f4c4ca4d8c42)) + ## [11.1.0](https://github.com/mochajs/mocha/compare/v11.0.2...v11.1.0) (2025-01-02) diff --git a/package-lock.json b/package-lock.json index 0b27712172..80271cddbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "11.1.0", + "version": "11.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "11.1.0", + "version": "11.1.1", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 559ecde6ed..f653184b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "11.1.0", + "version": "11.1.1", "type": "commonjs", "description": "simple, flexible, fun test framework", "keywords": [