From 58b94198d0a8610baca4cf22f814b12519b8361d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Tue, 23 Aug 2022 10:24:26 +0800 Subject: [PATCH] chore: release v5.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d86fb6..2dfd019e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [5.0.6](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.5...v5.0.6) (2022-08-23) + + +### Bug Fixes + +* 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)) + ### [5.0.5](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v5.0.4...v5.0.5) (2022-08-17) diff --git a/package.json b/package.json index ef88d3da..4a1347f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-eslint-plugin", - "version": "5.0.5", + "version": "5.0.6", "description": "An ESLint plugin for linting ESLint plugins", "author": "Teddy Katz", "main": "./lib/index.js",