Skip to content

Commit d4a91e2

Browse files
committed
11.3.0
1 parent 3a32d78 commit d4a91e2

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 11.3.0 (May 18, 2026)
2+
3+
### Bug Fixes
4+
5+
* fix: don't add loops to current layer in consistent-spacing-between-b… ([#408](https://github.com/lo1tuma/eslint-plugin-mocha/pull/408))
6+
* Fix type of the plugin object's `configs` field ([#393](https://github.com/lo1tuma/eslint-plugin-mocha/pull/393))
7+
* Fix handling of suites in no-synchronous-tests ([#401](https://github.com/lo1tuma/eslint-plugin-mocha/pull/401))
8+
9+
### Enhancements
10+
11+
* Fix: disallow extra properties in rule options ([#395](https://github.com/lo1tuma/eslint-plugin-mocha/pull/395))
12+
* Improve exported plugin type ([#400](https://github.com/lo1tuma/eslint-plugin-mocha/pull/400))
13+
14+
### Documentation
15+
16+
* Syntax highlighting for return in no-synchronous-tests-return ([#402](https://github.com/lo1tuma/eslint-plugin-mocha/pull/402))
17+
18+
### Build-Related
19+
20+
* ci: drop node 23, add node 24 ([#397](https://github.com/lo1tuma/eslint-plugin-mocha/pull/397))
21+
122
## 11.2.0 (October 2, 2025)
223

324
### Enhancements

packtory.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function buildConfig() {
2727
name: 'eslint-plugin-mocha',
2828
versioning: {
2929
automatic: false,
30-
version: '11.2.0'
30+
version: '11.3.0'
3131
},
3232
sourcesFolder,
3333
mainPackageJson: packageJson,

0 commit comments

Comments
 (0)