Skip to content

Commit 892c78d

Browse files
authored
chore(main): release 1.5.0 (#213)
1 parent 10b8c19 commit 892c78d

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.2"
2+
".": "1.5.0"
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.5.0](https://github.com/eslint/config-inspector/compare/v1.4.2...v1.5.0) (2026-03-04)
4+
5+
6+
### Features
7+
8+
* update deps, support eslint v10 ([8e00b7e](https://github.com/eslint/config-inspector/commit/8e00b7eac7e3d2921e2d571f3725003bf7bcbf15))
9+
310
## [1.4.2](https://github.com/eslint/config-inspector/compare/v1.4.1...v1.4.2) (2025-11-23)
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.2",
4+
"version": "1.5.0",
55
"packageManager": "pnpm@10.30.3",
66
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)