Skip to content

Commit

Permalink
chore: release 0.5.4 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent cf98452 commit a140eae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint/config-inspector",
"type": "module",
"version": "0.5.3",
"version": "0.5.4",
"packageManager": "[email protected]",
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
"license": "Apache-2.0",
Expand Down

0 comments on commit a140eae

Please sign in to comment.