From 81a32b514dd5d41c08d45e3524a67e839a43c837 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 12:46:23 +0000 Subject: [PATCH] chore(main): release 7.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3748f806..85bf560d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ - migrate package to TypeScript and publish types ([#534](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/534)) ([95b859a](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/95b859ab9a263cc623871ac7930c0f83c197163f)) +## [7.2.0](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v7.1.0...v7.2.0) (2025-10-25) + + +### Features + +* add rule unique-test-case-names ([#561](https://github.com/eslint-community/eslint-plugin-eslint-plugin/issues/561)) ([292a371](https://github.com/eslint-community/eslint-plugin-eslint-plugin/commit/292a371bac72abd93eefa28fb8fa3a1ba881a4a0)) + ## [7.1.0](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v7.0.0...v7.1.0) (2025-10-23) diff --git a/package.json b/package.json index 4afdec48..5211db15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-eslint-plugin", - "version": "7.1.0", + "version": "7.2.0", "description": "An ESLint plugin for linting ESLint plugins", "author": "Teddy Katz", "main": "./dist/index.js",