Skip to content

Commit

Permalink
chore: release 0.3.0 (#18)
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] authored Apr 2, 2024
1 parent ad59019 commit 5d7afb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.0](https://github.com/eslint/config-inspector/compare/v0.2.1...v0.3.0) (2024-04-02)


### Features

* align better with ESLint's design system ([#16](https://github.com/eslint/config-inspector/issues/16)) ([f0f8392](https://github.com/eslint/config-inspector/commit/f0f839222339850afb8b8b6fe4fc153ce49785f6))
* improve ui and colors ([258c2b5](https://github.com/eslint/config-inspector/commit/258c2b50a2c1e1d28cc0378315a36231fb53df35))
* support `build` command for static hosting ([#17](https://github.com/eslint/config-inspector/issues/17)) ([6a3aaed](https://github.com/eslint/config-inspector/commit/6a3aaedc25ec1ddd6fe292aa4629b965a6a81856))
* use custom server host, reduce deps ([#20](https://github.com/eslint/config-inspector/issues/20)) ([ad59019](https://github.com/eslint/config-inspector/commit/ad590194311e6df8546c7bd1d158a3ada4e4ae4c))

## [0.2.1](https://github.com/eslint/config-inspector/compare/v0.2.0...v0.2.1) (2024-04-01)


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.2.1",
"version": "0.3.0",
"packageManager": "[email protected]",
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5d7afb2

Please sign in to comment.