Skip to content

Commit 1755b69

Browse files
chore(main): release 7.1.0 (#555)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ceb07dc commit 1755b69

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111

1212
- migrate package to TypeScript and publish types ([#534](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/534)) ([95b859a](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/95b859ab9a263cc623871ac7930c0f83c197163f))
1313

14+
## [7.1.0](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v7.0.0...v7.1.0) (2025-10-23)
15+
16+
17+
### Features
18+
19+
* add new rule `require-test-case-name` ([#553](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/553)) ([ceb07dc](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/ceb07dc562c0e6a5a5c5117f34716979619049c1))
20+
1421
## [6.5.0](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v6.4.0...v6.5.0) (2025-06-18)
1522

1623
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-eslint-plugin",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)