Skip to content

Commit 35cbd44

Browse files
chore(main): release 1.4.2 (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 171a7c7 commit 35cbd44

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.1"
2+
".": "1.4.2"
33
}

CHANGELOG.md

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

3+
## [1.4.2](https://github.com/eslint/config-inspector/compare/v1.4.1...v1.4.2) (2025-11-23)
4+
5+
6+
### Bug Fixes
7+
8+
* cli entrypoint import path ([#187](https://github.com/eslint/config-inspector/issues/187)) ([171a7c7](https://github.com/eslint/config-inspector/commit/171a7c7ea4ab361c418f2dafa08a72c73e209eeb))
9+
310
## [1.4.1](https://github.com/eslint/config-inspector/compare/v1.4.0...v1.4.1) (2025-11-19)
411

512

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

0 commit comments

Comments
 (0)