diff --git a/CHANGELOG.md b/CHANGELOG.md index f98c9de..9c21e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.0](https://github.com/eslint/config-inspector/compare/v0.0.2...v0.1.0) (2024-03-29) + + +### Features + +* support global install with cli name ([#4](https://github.com/eslint/config-inspector/issues/4)) ([8bcd0e9](https://github.com/eslint/config-inspector/commit/8bcd0e97681817ebd05f2d0717b2b70a0357485f)) +* ui improvements ([854759a](https://github.com/eslint/config-inspector/commit/854759ab11f4622cd202b11cde21f957c24d1b50)) + + +### Documentation + +* update screenshot and docs ([da23b14](https://github.com/eslint/config-inspector/commit/da23b143a6d8d5ec15e80c022e7624b59f53c98e)) + + +### Chores + +* update contribution guide ([855e732](https://github.com/eslint/config-inspector/commit/855e732ae3ee8cc9c47f844b5c6b0eb3a44e5883)) + ## [0.0.2](https://github.com/eslint/config-inspector/compare/v0.0.1...v0.0.2) (2024-03-29) diff --git a/package.json b/package.json index 7375433..6926e39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.0.2", + "version": "0.1.0", "packageManager": "pnpm@8.15.5", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",