Skip to content

Commit 3ff9008

Browse files
chore: release 1.11.0
1 parent eaecaf4 commit 3ff9008

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.11.0](https://github.com/eslint/create-config/compare/v1.10.0...v1.11.0) (2025-10-10)
4+
5+
6+
### Features
7+
8+
* update ui ([#202](https://github.com/eslint/create-config/issues/202)) ([cf7f3e0](https://github.com/eslint/create-config/commit/cf7f3e06ad6249b5c82f11de8afeedd05866df3b))
9+
10+
11+
### Bug Fixes
12+
13+
* exit gracefully on `Ctrl+C` ([#194](https://github.com/eslint/create-config/issues/194)) ([2127040](https://github.com/eslint/create-config/commit/21270401886e0bc267e09c09f75e158f530348c0))
14+
315
## [1.10.0](https://github.com/eslint/create-config/compare/v1.9.0...v1.10.0) (2025-07-21)
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.10.0",
3+
"version": "1.11.0",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)