Skip to content

Commit

Permalink
chore: release 0.4.6 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent 53ce18b commit a221bb3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.4.6](https://github.com/eslint/config-inspector/compare/v0.4.5...v0.4.6) (2024-04-12)


### Features

* support `--base` option in build, fix [#41](https://github.com/eslint/config-inspector/issues/41) ([1156bb5](https://github.com/eslint/config-inspector/commit/1156bb51b278540a7da33cb704adfe1fb496f285))


### Bug Fixes

* start watcher with `basePath` ([#39](https://github.com/eslint/config-inspector/issues/39)) ([e259020](https://github.com/eslint/config-inspector/commit/e2590201fef48329cc69301dfc0776e4d860b2d2))
* support only string globs ([c99f85e](https://github.com/eslint/config-inspector/commit/c99f85e07743e85593ff6ab03156515c216723c5))


### Chores

* cache Minimatch instance ([3bab7e8](https://github.com/eslint/config-inspector/commit/3bab7e8ae351f69c0b73b35abd29ab9607745129))
* release-please-mark ([53ce18b](https://github.com/eslint/config-inspector/commit/53ce18b3e2c644f81ad268dbf035305893d92a00))
* update deps ([a40fc38](https://github.com/eslint/config-inspector/commit/a40fc38c128441accbf3ce7032cfe9cde4ca80a4))

## [0.4.5](https://github.com/eslint/config-inspector/compare/v0.4.4...v0.4.5) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eslint/config-inspector",
"type": "module",
"version": "0.4.5",
"version": "0.4.6",
"packageManager": "pnpm@8.15.6",
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
"license": "Apache-2.0",
Expand Down

0 comments on commit a221bb3

Please sign in to comment.