diff --git a/CHANGELOG.md b/CHANGELOG.md index cb867e2..db0e554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/eslint/config-inspector/compare/v0.5.3...v0.6.0) (2024-08-19) + + +### 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..66e592a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.5.3", + "version": "0.6.0", "packageManager": "pnpm@9.7.0", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",