diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da7e0e..d93871e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.10.0](https://github.com/eslint/create-config/compare/v1.9.0...v1.10.0) (2025-07-21) + + +### Features + +* add TypeScript config file support ([#181](https://github.com/eslint/create-config/issues/181)) ([04935f1](https://github.com/eslint/create-config/commit/04935f1b001bea3867a5d6b03aabb281256da53f)) + + +### Bug Fixes + +* remove double blank lines when not use eslintrc style ([#185](https://github.com/eslint/create-config/issues/185)) ([c2de1f7](https://github.com/eslint/create-config/commit/c2de1f71d95bc66902e07c35a0f0ab644382ab0e)) + ## [1.9.0](https://github.com/eslint/create-config/compare/v1.8.3...v1.9.0) (2025-05-20) diff --git a/package.json b/package.json index d49af64..4126c69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.9.0", + "version": "1.10.0", "description": "Utility to create ESLint config files.", "keywords": [ "ast",