Skip to content

Commit a221bb3

Browse files
chore: release 0.4.6 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53ce18b commit a221bb3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.6](https://github.com/eslint/config-inspector/compare/v0.4.5...v0.4.6) (2024-04-12)
4+
5+
6+
### Features
7+
8+
* support `--base` option in build, fix [#41](https://github.com/eslint/config-inspector/issues/41) ([1156bb5](https://github.com/eslint/config-inspector/commit/1156bb51b278540a7da33cb704adfe1fb496f285))
9+
10+
11+
### Bug Fixes
12+
13+
* start watcher with `basePath` ([#39](https://github.com/eslint/config-inspector/issues/39)) ([e259020](https://github.com/eslint/config-inspector/commit/e2590201fef48329cc69301dfc0776e4d860b2d2))
14+
* support only string globs ([c99f85e](https://github.com/eslint/config-inspector/commit/c99f85e07743e85593ff6ab03156515c216723c5))
15+
16+
17+
### Chores
18+
19+
* cache Minimatch instance ([3bab7e8](https://github.com/eslint/config-inspector/commit/3bab7e8ae351f69c0b73b35abd29ab9607745129))
20+
* release-please-mark ([53ce18b](https://github.com/eslint/config-inspector/commit/53ce18b3e2c644f81ad268dbf035305893d92a00))
21+
* update deps ([a40fc38](https://github.com/eslint/config-inspector/commit/a40fc38c128441accbf3ce7032cfe9cde4ca80a4))
22+
323
## [0.4.5](https://github.com/eslint/config-inspector/compare/v0.4.4...v0.4.5) (2024-04-09)
424

525

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