Skip to content

Commit d06d1f2

Browse files
committed
chore: release v5.0.5
1 parent aa133a9 commit d06d1f2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
### [5.0.5](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.4...v5.0.5) (2022-08-17)
4+
5+
6+
### Bug Fixes
7+
8+
* handle suggestions in helper function outside rule or inside nested spread/ternary in `require-meta-has-suggestions` rule ([#291](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/291)) ([aa133a9](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/aa133a93a95f401619325e22e96b432e40f34f57))
9+
310
### [5.0.4](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.3...v5.0.4) (2022-08-15)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-eslint-plugin",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)