Skip to content

Commit 291e2fd

Browse files
chore: release 1.1.0 (#131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1b25d5 commit 291e2fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/eslint/config-inspector/compare/v1.0.2...v1.1.0) (2025-06-06)
4+
5+
6+
### Features
7+
8+
* update deps ([541ba4c](https://github.com/eslint/config-inspector/commit/541ba4ccb1dc7bbc30b811d832de5b994df5bcb4))
9+
10+
11+
### Bug Fixes
12+
13+
* rules page style, close [#134](https://github.com/eslint/config-inspector/issues/134) ([0af8b66](https://github.com/eslint/config-inspector/commit/0af8b66706b1504ef0cd763c5821873a3228f030))
14+
315
## [1.0.2](https://github.com/eslint/config-inspector/compare/v1.0.1...v1.0.2) (2025-03-05)
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.0.2",
4+
"version": "1.1.0",
55
"packageManager": "pnpm@10.11.1",
66
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)