Skip to content

Commit ac3b804

Browse files
chore: release 1.10.0 (#184)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2de1f7 commit ac3b804

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/eslint/create-config/compare/v1.9.0...v1.10.0) (2025-07-21)
4+
5+
6+
### Features
7+
8+
* add TypeScript config file support ([#181](https://github.com/eslint/create-config/issues/181)) ([04935f1](https://github.com/eslint/create-config/commit/04935f1b001bea3867a5d6b03aabb281256da53f))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
315
## [1.9.0](https://github.com/eslint/create-config/compare/v1.8.3...v1.9.0) (2025-05-20)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/create-config",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)