Skip to content

Commit

Permalink
chore: release v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Oct 26, 2021
1 parent badd4eb commit 57d4b5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [4.0.2](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.0.1...v4.0.2) (2021-10-26)


### Bug Fixes

* 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))
* 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))

### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-eslint-plugin",
"version": "4.0.1",
"version": "4.0.2",
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "lib/index.js",
Expand Down

0 comments on commit 57d4b5e

Please sign in to comment.