Skip to content

Commit

Permalink
chore: release 0.4.5 (#37)
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 9, 2024
1 parent feffffe commit 67192ab
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.5](https://github.com/eslint/config-inspector/compare/v0.4.4...v0.4.5) (2024-04-09)


### Features

* shift code hue to match more with the theme ([9442360](https://github.com/eslint/config-inspector/commit/944236044a5d654bbc94c68bddab5c71e6669f17))
* show options indicator ([dcd0071](https://github.com/eslint/config-inspector/commit/dcd00715238007a32de3fb044679a34a7b45a426))
* syntax highlight for globs ([d2a2d60](https://github.com/eslint/config-inspector/commit/d2a2d60679b3a35d21b3fb64da16037762063a88))


### Bug Fixes

* support single object config export, fix [#38](https://github.com/eslint/config-inspector/issues/38) ([feffffe](https://github.com/eslint/config-inspector/commit/feffffe774c64c9e1bdbf8fdf80f957c2267c0c3))


### Chores

* clean up ([01d6fc2](https://github.com/eslint/config-inspector/commit/01d6fc23d7972d6d926a820a1c2abbfbd7716105))
* upgrade shiki ([a8e36ee](https://github.com/eslint/config-inspector/commit/a8e36ee2739a9d936431fa71bcaa044b944c0c35))

## [0.4.4](https://github.com/eslint/config-inspector/compare/v0.4.3...v0.4.4) (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.4",
"version": "0.4.5",
"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 67192ab

Please sign in to comment.