diff --git a/CHANGELOG.md b/CHANGELOG.md index cedb08d..b2fa684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.2](https://github.com/eslint/config-inspector/compare/v0.5.1...v0.5.2) (2024-07-17) + + +### Bug Fixes + +* disable font ligatures for monospace fonts, close [#73](https://github.com/eslint/config-inspector/issues/73) ([ce55bc4](https://github.com/eslint/config-inspector/commit/ce55bc4b530d82832e269caa8f887cb4bc0fd081)) +* move toggleRuleView to page rules ([#75](https://github.com/eslint/config-inspector/issues/75)) ([0fd797c](https://github.com/eslint/config-inspector/commit/0fd797c92861f6a9bc3219a866382532fd87b3ae)) + ## [0.5.1](https://github.com/eslint/config-inspector/compare/v0.5.0...v0.5.1) (2024-06-28) diff --git a/package.json b/package.json index 0b3067a..c682411 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.5.1", + "version": "0.5.2", "packageManager": "pnpm@9.5.0", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",