Skip to content

Commit 3765ba0

Browse files
chore(v11.x): release 11.7.6 (#5632)
1 parent 73ebdfa commit 3765ba0

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

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

CHANGELOG.md

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

3+
## [11.7.6](https://github.com/mochajs/mocha/compare/v11.7.5...v11.7.6) (2026-02-14)
4+
5+
6+
### 🩹 Fixes
7+
8+
* make `describe().timeout()` work ([aafe6fd](https://github.com/mochajs/mocha/commit/aafe6fd8c8f0a897c35cfb228aa8ecf43805b697))
9+
* **test:** replace `wmic` usage with native Windows API ([#5694](https://github.com/mochajs/mocha/issues/5694)) ([73ebdfa](https://github.com/mochajs/mocha/commit/73ebdfadb95198704ca57ec8087d97f7f3a7a37a))
10+
11+
12+
### 🧹 Chores
13+
14+
* format all code ([#5629](https://github.com/mochajs/mocha/issues/5629)) ([0696784](https://github.com/mochajs/mocha/commit/0696784dd2d7f9b11471acd5854603fa57fe6fab))
15+
* remove Netlify ([#5630](https://github.com/mochajs/mocha/issues/5630)) ([8d01d33](https://github.com/mochajs/mocha/commit/8d01d335becbcb12439328be90ce75351418d787))
16+
317
## [11.7.5](https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5) (2025-11-04)
418

519

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.5",
3+
"version": "11.7.6",
44
"type": "commonjs",
55
"description": "simple, flexible, fun test framework",
66
"keywords": [

0 commit comments

Comments
 (0)