From c3ae2896f7d7e9509aa63ba50bc5c8c17b285f72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:09:53 +0800 Subject: [PATCH] chore: release 0.6.0 (#111) 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 52c5caa..c796af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/eslint/config-inspector/compare/v0.5.6...v0.6.0) (2024-12-10) + + +### Features + +* present `meta.defaultOptions` in the config inspector ([#110](https://github.com/eslint/config-inspector/issues/110)) ([9820d63](https://github.com/eslint/config-inspector/commit/9820d635272524f072ee7351e5b3d0ca7c874806)) + + +### Bug Fixes + +* add gap between number of rules and view switcher ([#105](https://github.com/eslint/config-inspector/issues/105)) ([a3c4a7a](https://github.com/eslint/config-inspector/commit/a3c4a7a6fe18aa9485899c10d52083e21d218052)) + ## [0.5.6](https://github.com/eslint/config-inspector/compare/v0.5.5...v0.5.6) (2024-10-30) diff --git a/package.json b/package.json index 0a9afba..b8674e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.5.6", + "version": "0.6.0", "packageManager": "pnpm@9.15.0", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",