Skip to content

Commit d3b2c38

Browse files
chore(main): release 11.0.0 prerelease (#5241)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80da25a commit d3b2c38

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"10.8.2"}
1+
{".":"11.0.0"}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [11.0.0](https://github.com/mochajs/mocha/compare/v10.8.2...v11.0.0) (2024-11-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* adapt new engine range for Mocha 11 ([#5216](https://github.com/mochajs/mocha/issues/5216))
9+
10+
### 🌟 Features
11+
12+
* allow calling hook methods ([#5231](https://github.com/mochajs/mocha/issues/5231)) ([e3da641](https://github.com/mochajs/mocha/commit/e3da641b08bed20f12df524fc64cb9579f980c1e))
13+
14+
15+
### 🩹 Fixes
16+
17+
* adapt new engine range for Mocha 11 ([#5216](https://github.com/mochajs/mocha/issues/5216)) ([80da25a](https://github.com/mochajs/mocha/commit/80da25a4132ca50d3ad35087cb62c9b0f8fc946a))
18+
19+
20+
### 📚 Documentation
21+
22+
* downgrade example/tests chai to 4.5.0 ([#5245](https://github.com/mochajs/mocha/issues/5245)) ([eac87e1](https://github.com/mochajs/mocha/commit/eac87e10f49207a9b388f87d77d198583c6f889a))
23+
324
## [10.8.2](https://github.com/mochajs/mocha/compare/v10.8.1...v10.8.2) (2024-10-30)
425

526

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "10.8.2",
3+
"version": "11.0.0",
44
"type": "commonjs",
55
"description": "simple, flexible, fun test framework",
66
"keywords": [

0 commit comments

Comments
 (0)