We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab2ecc commit 2bdad60Copy full SHA for 2bdad60
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.1](https://github.com/eslint/config-inspector/compare/v0.2.0...v0.2.1) (2024-04-01)
4
+
5
6
+### Chores
7
8
+* fix ci permissions ([fab2ecc](https://github.com/eslint/config-inspector/commit/fab2ecc45531e7dbe0888ca8c56234b9a2484ce3))
9
10
## [0.2.0](https://github.com/eslint/config-inspector/compare/v0.1.0...v0.2.0) (2024-04-01)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@eslint/config-inspector",
"type": "module",
- "version": "0.2.0",
+ "version": "0.2.1",
"packageManager": "[email protected]",
"description": "A visual tool for inspecting and understanding your ESLint flat configs",
"license": "Apache-2.0",
0 commit comments