diff --git a/CHANGELOG.md b/CHANGELOG.md index 6576c6b..cedb08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/eslint/config-inspector/compare/v0.5.0...v0.5.1) (2024-06-28) + + +### Bug Fixes + +* correct condition on showing the rules list ([88d5719](https://github.com/eslint/config-inspector/commit/88d57190e52839afc99f6b1246abe188984a88ea)) + ## [0.5.0](https://github.com/eslint/config-inspector/compare/v0.4.12...v0.5.0) (2024-06-22) diff --git a/package.json b/package.json index 4be6362..e51d526 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.5.0", + "version": "0.5.1", "packageManager": "pnpm@9.4.0", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",