Skip to content

Commit

Permalink
chore: release 0.4.4 (#36)
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 Apr 9, 2024
1 parent ab6e72a commit 7dae319
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.4](https://github.com/eslint/config-inspector/compare/v0.4.3...v0.4.4) (2024-04-09)


### Bug Fixes

* configs auto complete enter key, close [#35](https://github.com/eslint/config-inspector/issues/35) ([328ede6](https://github.com/eslint/config-inspector/commit/328ede639c752f8590f308f3b62c31a1f501486c))
* configs search result ([ab6e72a](https://github.com/eslint/config-inspector/commit/ab6e72aaf8801040c86066b7fe828401c29929d2))
* improve file groups ui ([5051244](https://github.com/eslint/config-inspector/commit/50512440326abe78f0461edaa082098c4ab2fac1))

## [0.4.3](https://github.com/eslint/config-inspector/compare/v0.4.2...v0.4.3) (2024-04-08)


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.4.3",
"version": "0.4.4",
"packageManager": "pnpm@8.15.6",
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7dae319

Please sign in to comment.