diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5893975b1d..0ce27bc232 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"10.7.1"} +{".":"10.7.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9f2eabca..78c7d31a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.7.2](https://github.com/mochajs/mocha/compare/v10.7.1...v10.7.2) (2024-08-06) + + +### ๐Ÿ“š Documentation + +* improve filtering ([#5191](https://github.com/mochajs/mocha/issues/5191)) ([1ac5b55](https://github.com/mochajs/mocha/commit/1ac5b552e3f32694d349023cb7f6196ba92b180e)) + + +### ๐Ÿงน Chores + +* fix failing markdown linting ([#5193](https://github.com/mochajs/mocha/issues/5193)) ([7e7a2ec](https://github.com/mochajs/mocha/commit/7e7a2ecb9bf8daba7e885a880bd8314b7b6fe07d)) + ## [10.7.1](https://github.com/mochajs/mocha/compare/v10.7.0...v10.7.1) (2024-08-06) diff --git a/package-lock.json b/package-lock.json index 3c9a0ea45f..974e5f3506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha", - "version": "10.7.1", + "version": "10.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha", - "version": "10.7.1", + "version": "10.7.2", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 7c315ef8e5..5c849d8a7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha", - "version": "10.7.1", + "version": "10.7.2", "type": "commonjs", "description": "simple, flexible, fun test framework", "keywords": [