From 173d5df72cca7fa99d4232e550db720f496b84fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:59:57 +0000 Subject: [PATCH] chore(main): release 6.4.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d6541f..6fe2d1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,14 @@ * 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-12-18) + + +### Features + +* Add new `require-meta-default-options` rule ([#502](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/502)) ([13e625a](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/13e625a2d0273dcc14911b24ea809bf5f46d00c1)) +* 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) diff --git a/package.json b/package.json index b4d17e6e..aaecba6d 100644 --- a/package.json +++ b/package.json @@ -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",