Skip to content

Commit b757cce

Browse files
chore: release 0.4.9 (#51)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09701bc commit b757cce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.9](https://github.com/eslint/config-inspector/compare/v0.4.8...v0.4.9) (2024-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* dev time endless ERROR [unhandledRejection] read ECONNRESET ([#50](https://github.com/eslint/config-inspector/issues/50)) ([dea7f77](https://github.com/eslint/config-inspector/commit/dea7f7754d10ac0518ae5d15bfcef9286862c83f))
9+
* load `eslint` module from config file dir, close [#53](https://github.com/eslint/config-inspector/issues/53) ([770aded](https://github.com/eslint/config-inspector/commit/770aded1249d5e6c9b59b4d8743be16df101711b))
10+
311
## [0.4.8](https://github.com/eslint/config-inspector/compare/v0.4.7...v0.4.8) (2024-05-02)
412

513

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.8",
4+
"version": "0.4.9",
55
"packageManager": "pnpm@9.1.4",
66
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)