Skip to content

Commit d084913

Browse files
chore: release 0.7.1 (#118)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7ed332 commit d084913

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.1](https://github.com/eslint/config-inspector/compare/v0.7.0...v0.7.1) (2025-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid using `.toSorted` to improve node compatibility, close [#117](https://github.com/eslint/config-inspector/issues/117) ([c7ed332](https://github.com/eslint/config-inspector/commit/c7ed3329de423f81154f7248bc2ee048ed9c3651))
9+
310
## [0.7.0](https://github.com/eslint/config-inspector/compare/v0.6.0...v0.7.0) (2025-01-03)
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": "0.7.0",
4+
"version": "0.7.1",
55
"packageManager": "pnpm@9.15.2",
66
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)