From 9e0a4bdc3ca7dbc7f7f9776f76efff6fdc3fb0cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:32:41 +0200 Subject: [PATCH] chore(main): release 10.7.2 (#5192) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) 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": [