Skip to content

Commit 1e5a3a1

Browse files
committed
11.1.0
1 parent 6b46bb9 commit 1e5a3a1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 11.1.0 (May 24, 2025)
2+
3+
### Bug Fixes
4+
5+
* Fix detecting mocha config calls in no-setup-in-describe ([#387](https://github.com/lo1tuma/eslint-plugin-mocha/pull/387))
6+
* Fix consistent-spacing-between-blocks when using timeout() modifier ([#379](https://github.com/lo1tuma/eslint-plugin-mocha/pull/379))
7+
8+
### Enhancements
9+
10+
* Include typescript declaration files in npm package ([#378](https://github.com/lo1tuma/eslint-plugin-mocha/pull/378))
11+
12+
### Documentation
13+
14+
* Fix valid-suite-title options documentation ([#385](https://github.com/lo1tuma/eslint-plugin-mocha/pull/385))
15+
16+
### Code Refactoring
17+
18+
* Add test to verify no-identical-title supports same titles in different suites ([#388](https://github.com/lo1tuma/eslint-plugin-mocha/pull/388))
19+
* Add test-case to verify generated tests work with consistent-spacing-between-blocks ([#386](https://github.com/lo1tuma/eslint-plugin-mocha/pull/386))
20+
* Add regression tests for no-setup-in-describe ([#380](https://github.com/lo1tuma/eslint-plugin-mocha/pull/380))
21+
122
## 11.0.0 (April 26, 2025)
223

324
### Breaking Changes

packtory.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function buildConfig() {
2424
name: 'eslint-plugin-mocha',
2525
versioning: {
2626
automatic: false,
27-
version: '11.0.0'
27+
version: '11.1.0'
2828
},
2929
sourcesFolder,
3030
mainPackageJson: packageJson,

0 commit comments

Comments
 (0)