diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c80aab..ed46628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.7](https://github.com/eslint/config-inspector/compare/v0.4.6...v0.4.7) (2024-04-22) + + +### Bug Fixes + +* patch bundle-require ([179bc64](https://github.com/eslint/config-inspector/commit/179bc643871c97e4c57e423ee94d5b52d8c3f675)) + + +### Chores + +* lint ([deae1a3](https://github.com/eslint/config-inspector/commit/deae1a3d46d4c96bdaf728b0b1f9270b3cc10554)) +* update deps ([e3fcad5](https://github.com/eslint/config-inspector/commit/e3fcad5791d5b4f2f195b0c4e497aaab927973a3)) + ## [0.4.6](https://github.com/eslint/config-inspector/compare/v0.4.5...v0.4.6) (2024-04-12) diff --git a/package.json b/package.json index 37e7359..2c81f5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.4.6", + "version": "0.4.7", "packageManager": "pnpm@9.0.5", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",