Skip to content

Commit 57d4b5e

Browse files
committed
chore: release v4.0.2
1 parent badd4eb commit 57d4b5e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [4.0.2](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.0.1...v4.0.2) (2021-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly handle rules that are missing `meta` or have `meta` / `create` defined in variables ([#225](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/225)) ([badd4eb](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/badd4eb02621bd1a9b09aaf26b1bdc7b378ef899))
7+
* handle different rule file extensions like `.ts` in `require-meta-docs-url` rule ([#224](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/224)) ([6a09dbe](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/6a09dbeb128d46a21b0b97f13d31af796f7e77b3))
8+
19
### Changelog
210

311
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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": "4.0.1",
3+
"version": "4.0.2",
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)