From 03817983194e74cbe8f4acd350f922ba396f5252 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:14:50 +0800 Subject: [PATCH] chore: release 0.5.5 (#97) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afaed00..51bf1a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.5](https://github.com/eslint/config-inspector/compare/v0.5.4...v0.5.5) (2024-10-18) + + +### chore + +* release-please-mark ([33d48ce](https://github.com/eslint/config-inspector/commit/33d48cecb75c822b8e0fb541b510fa01cbcd3ca1)) + + +### Features + +* label non-existent rule as invalid ([#96](https://github.com/eslint/config-inspector/issues/96)) ([a872bd5](https://github.com/eslint/config-inspector/commit/a872bd5b79f8e8f25afdb0f7190dcac1f045ef7a)) + ## [0.5.4](https://github.com/eslint/config-inspector/compare/v0.5.3...v0.5.4) (2024-08-19) diff --git a/package.json b/package.json index cbaf91c..ca5f6f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.5.4", + "version": "0.5.5", "packageManager": "pnpm@9.12.2", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",