Skip to content

Commit 3b70446

Browse files
chore: release 1.0.1 (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ee1bfa commit 3b70446

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/eslint/config-inspector/compare/v1.0.0...v1.0.1) (2025-02-27)
4+
5+
6+
### chore
7+
8+
* release-please-mark ([a89e28b](https://github.com/eslint/config-inspector/commit/a89e28b68c29b45735e3eb3c951e2f552af202b5))
9+
10+
11+
### Features
12+
13+
* replace picocolors with ansis ([#123](https://github.com/eslint/config-inspector/issues/123)) ([bf6f650](https://github.com/eslint/config-inspector/commit/bf6f650bdc26a5d00219cdc353e48cc8723956c2))
14+
* update deps ([3c6acfa](https://github.com/eslint/config-inspector/commit/3c6acfa878b259cdf45bfdbe6114ea7e6733ed16))
15+
16+
17+
### Bug Fixes
18+
19+
* spelling of "globbing" ([#121](https://github.com/eslint/config-inspector/issues/121)) ([afb7441](https://github.com/eslint/config-inspector/commit/afb744174e4fa7e66add355c872dd9df109c099f))
20+
321
## [1.0.0](https://github.com/eslint/config-inspector/compare/v0.7.1...v1.0.0) (2025-01-15)
422

523

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

0 commit comments

Comments
 (0)