Skip to content

Commit 1f7d921

Browse files
chore(v11.x): release 11.8.0
1 parent 7830309 commit 1f7d921

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"11.7.7"}
1+
{".":"11.8.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [11.8.0](https://github.com/mochajs/mocha/compare/v11.7.7...v11.8.0) (2026-06-16)
4+
5+
6+
### 🌟 Features
7+
8+
* add --fail-hook-affected-tests option to report skipped tests as failed ([#5519](https://github.com/mochajs/mocha/issues/5519)) ([#6052](https://github.com/mochajs/mocha/issues/6052)) ([7830309](https://github.com/mochajs/mocha/commit/78303092b0f7a6e5c328d3cc4e7246e2bb02d511))
9+
310
## [11.7.7](https://github.com/mochajs/mocha/compare/v11.7.6...v11.7.7) (2026-06-13)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "11.7.7",
3+
"version": "11.8.0",
44
"type": "commonjs",
55
"description": "simple, flexible, fun test framework",
66
"keywords": [

0 commit comments

Comments
 (0)