diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d49750..1ebc78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/eslint/config-inspector/compare/v0.7.1...v1.0.0) (2025-01-15) + + +### chore + +* release-please-mark ([ea0bffd](https://github.com/eslint/config-inspector/commit/ea0bffdab0131422bfb40425f8b4dd6c94c60559)) + + +### Features + +* improve shiki bundle ([3b94fb9](https://github.com/eslint/config-inspector/commit/3b94fb912e0c8bd25b833b77c444557fac396b55)) + ## [0.7.1](https://github.com/eslint/config-inspector/compare/v0.7.0...v0.7.1) (2025-01-08) diff --git a/package.json b/package.json index 0ee9c4f..ef1bb70 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eslint/config-inspector", "type": "module", - "version": "0.7.1", + "version": "1.0.0", "packageManager": "pnpm@9.15.4", "description": "A visual tool for inspecting and understanding your ESLint flat configs", "license": "Apache-2.0",