Skip to content

Commit 755254c

Browse files
chore: release 1.11.0
1 parent c2492f8 commit 755254c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.11.0](https://github.com/eslint/create-config/compare/v1.10.0...v1.11.0) (2025-10-27)
4+
5+
6+
### Features
7+
8+
* improve shareable config ([#208](https://github.com/eslint/create-config/issues/208)) ([3fccf98](https://github.com/eslint/create-config/commit/3fccf98672ea230981a52fbd6c5f435010edca00))
9+
* update ui ([#202](https://github.com/eslint/create-config/issues/202)) ([cf7f3e0](https://github.com/eslint/create-config/commit/cf7f3e06ad6249b5c82f11de8afeedd05866df3b))
10+
11+
12+
### Bug Fixes
13+
14+
* exit gracefully on `Ctrl+C` ([#194](https://github.com/eslint/create-config/issues/194)) ([2127040](https://github.com/eslint/create-config/commit/21270401886e0bc267e09c09f75e158f530348c0))
15+
316
## [1.10.0](https://github.com/eslint/create-config/compare/v1.9.0...v1.10.0) (2025-07-21)
417

518

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)