Skip to content

Commit 17a9fae

Browse files
authored
chore: release 2.0.0 (#228)
1 parent 3d37724 commit 17a9fae

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.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.5.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/eslint/config-inspector/compare/v1.5.0...v2.0.0) (2026-04-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#173](https://github.com/eslint/config-inspector/issues/173))
9+
10+
### Features
11+
12+
* open deprecated link in new tab ([#225](https://github.com/eslint/config-inspector/issues/225)) ([83cc006](https://github.com/eslint/config-inspector/commit/83cc0060e9baeaf152d5e007c02defeb02579412))
13+
* Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#173](https://github.com/eslint/config-inspector/issues/173)) ([a753d03](https://github.com/eslint/config-inspector/commit/a753d0330b927b5c1c56340ad58c8c23a3f854b9))
14+
315
## [1.5.0](https://github.com/eslint/config-inspector/compare/v1.4.2...v1.5.0) (2026-03-04)
416

517

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.5.0",
4+
"version": "2.0.0",
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)