Skip to content

Commit 58b9419

Browse files
committed
chore: release v5.0.6
1 parent d1e03a1 commit 58b9419

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.6](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.5...v5.0.6) (2022-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure rules bail out early when no rule present ([#293](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/293)) ([d1e03a1](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/d1e03a1b65ae37f2e842d802c87237217e9ff136))
9+
310
### [5.0.5](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.4...v5.0.5) (2022-08-17)
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.5",
3+
"version": "5.0.6",
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)