Skip to content

Commit 7dae319

Browse files
chore: release 0.4.4 (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab6e72a commit 7dae319

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.4.4](https://github.com/eslint/config-inspector/compare/v0.4.3...v0.4.4) (2024-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* configs auto complete enter key, close [#35](https://github.com/eslint/config-inspector/issues/35) ([328ede6](https://github.com/eslint/config-inspector/commit/328ede639c752f8590f308f3b62c31a1f501486c))
9+
* configs search result ([ab6e72a](https://github.com/eslint/config-inspector/commit/ab6e72aaf8801040c86066b7fe828401c29929d2))
10+
* improve file groups ui ([5051244](https://github.com/eslint/config-inspector/commit/50512440326abe78f0461edaa082098c4ab2fac1))
11+
312
## [0.4.3](https://github.com/eslint/config-inspector/compare/v0.4.2...v0.4.3) (2024-04-08)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint/config-inspector",
33
"type": "module",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"packageManager": "[email protected]",
66
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)