diff --git a/CHANGELOG.md b/CHANGELOG.md index cb867e2..afaed00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.5.4](https://github.com/eslint/config-inspector/compare/v0.5.3...v0.5.4) (2024-08-19) + + +### chore + +* release-please-mark ([cf98452](https://github.com/eslint/config-inspector/commit/cf98452b0599f8e0f465e9477aaa8a35d1cad47e)) + + +### Features + +* improved errors when config can not be found ([#85](https://github.com/eslint/config-inspector/issues/85)) ([748590e](https://github.com/eslint/config-inspector/commit/748590e95b6ac61f4bdb266ff34d620a009dae63)) + + +### Bug Fixes + +* improved check of whether ignore is global ([#84](https://github.com/eslint/config-inspector/issues/84)) ([7e66113](https://github.com/eslint/config-inspector/commit/7e661138bc37be0e2dada78f02a2c2531cb18e1d)) + ## [0.5.3](https://github.com/eslint/config-inspector/compare/v0.5.2...v0.5.3) (2024-08-15) diff --git a/package.json b/package.json index 7dd69c0..19d9b27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.5.3", + "version": "0.5.4", "packageManager": "pnpm@9.7.0", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",