Skip to content

Commit c009ef1

Browse files
chore: release 0.2.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89534ef commit c009ef1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/eslint/config-inspector/compare/v0.1.0...v0.2.0) (2024-04-01)
4+
5+
6+
### Features
7+
8+
* allow filter recommended rules, close [#6](https://github.com/eslint/config-inspector/issues/6) ([92748ef](https://github.com/eslint/config-inspector/commit/92748ef3955ed705a2f067bca03ade08cd5ba759))
9+
* show recommanded marker ([4164306](https://github.com/eslint/config-inspector/commit/4164306a97f59a798149a1fd39c36c20dfef5f15))
10+
* use `bundle-require` instead of `jiti`, support top-level-await, fix [#11](https://github.com/eslint/config-inspector/issues/11) ([89534ef](https://github.com/eslint/config-inspector/commit/89534ef0ae9f2d04d784fa4309e935b16f3c86d7))
11+
12+
13+
### Build Related
14+
15+
* reusing workflows in release-please workflow ✨ ([#10](https://github.com/eslint/config-inspector/issues/10)) ([778c406](https://github.com/eslint/config-inspector/commit/778c406005c38747c3593ee04f1cd5ebe696651b))
16+
17+
18+
### Chores
19+
20+
* consistent imports path ([2408335](https://github.com/eslint/config-inspector/commit/2408335588f3c98633c46087b92c55db2deb8cee))
21+
* fix typo, close [#7](https://github.com/eslint/config-inspector/issues/7) ([6b0fb0b](https://github.com/eslint/config-inspector/commit/6b0fb0b285aef1bbe8f5b6993c0b3aa4ca8ec089))
22+
* update wording ([#8](https://github.com/eslint/config-inspector/issues/8)) ([e81adf2](https://github.com/eslint/config-inspector/commit/e81adf217356cea9a58d51f7220dcf11a9a027f9))
23+
324
## [0.1.0](https://github.com/eslint/config-inspector/compare/v0.0.2...v0.1.0) (2024-03-29)
425

526

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