Skip to content

Commit

Permalink
chore(main): release 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 19, 2024
1 parent 8fda55a commit d2ed5bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
* update dependency markdownlint-cli to ^0.38.0 ([#410](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/410)) ([6b53c5b](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/6b53c5b7b8bc9e19dcb86796ab29019f89c449fc))
* update dependency markdownlint-cli to ^0.39.0 ([#431](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/431)) ([f005a2c](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/f005a2c0231b8b77f6862dca81b4a6e3099e0493))

## [6.4.0](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v6.3.2...v6.4.0) (2024-11-19)


### Features

* Add suggestions to `require-meta-docs-recommended` rule ([#500](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/500)) ([8fda55a](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/8fda55a9a283d5cbb6c8343f123357e9be1e85d7))

## [6.3.2](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v6.3.1...v6.3.2) (2024-11-18)


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": "6.3.2",
"version": "6.4.0",
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "./lib/index.js",
Expand Down

0 comments on commit d2ed5bd

Please sign in to comment.