Skip to content

Commit 62cd399

Browse files
chore: release 0.5.0 (#71)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e32a302 commit 62cd399

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+
## [0.5.0](https://github.com/eslint/config-inspector/compare/v0.4.12...v0.5.0) (2024-06-22)
4+
5+
6+
### chore
7+
8+
* release-please-mark ([e32a302](https://github.com/eslint/config-inspector/commit/e32a3027ec2b5cb179e74d1eb932070cb500fe95))
9+
10+
11+
### Bug Fixes
12+
13+
* use `@eslint/config-array` to resolve paths ([#69](https://github.com/eslint/config-inspector/issues/69)) ([ca6070e](https://github.com/eslint/config-inspector/commit/ca6070e86bd6a5aa6f11cf1d9fc9bd0d9e956e97))
14+
315
## [0.4.12](https://github.com/eslint/config-inspector/compare/v0.4.11...v0.4.12) (2024-06-21)
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": "0.4.12",
4+
"version": "0.5.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)