Skip to content

Commit eda5e47

Browse files
chore(main): release 7.6.2 (#658)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2c5171 commit eda5e47

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.6.1"
2+
".": "7.6.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
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.6.2](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v7.6.1...v7.6.2) (2026-08-15)
15+
16+
17+
### Bug Fixes
18+
19+
* `getTestInfo` detects `NewExpression` and `CallExpression` depending on `ruleTesterConstructors` settings ([#657](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/657)) ([f277bff](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/f277bffbd74e9b9bcaf1e6478072996e6e184e78))
20+
* only require meta.messages when rule reports ([#640](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/640)) ([e2c5171](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/e2c5171e232fa7cc4ed1d65e3b70edf98759749e))
21+
1422
## [7.6.1](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v7.6.0...v7.6.1) (2026-08-05)
1523

1624

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.6.1",
3+
"version": "7.6.2",
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)