From 715459fc0af9aa1304e45b6b63711a2feb0e2660 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:37:59 +0000 Subject: [PATCH] chore: release 1.11.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93871e..166b928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.11.0](https://github.com/eslint/create-config/compare/v1.10.0...v1.11.0) (2025-10-11) + + +### Features + +* update ui ([#202](https://github.com/eslint/create-config/issues/202)) ([cf7f3e0](https://github.com/eslint/create-config/commit/cf7f3e06ad6249b5c82f11de8afeedd05866df3b)) + + +### Bug Fixes + +* exit gracefully on `Ctrl+C` ([#194](https://github.com/eslint/create-config/issues/194)) ([2127040](https://github.com/eslint/create-config/commit/21270401886e0bc267e09c09f75e158f530348c0)) + ## [1.10.0](https://github.com/eslint/create-config/compare/v1.9.0...v1.10.0) (2025-07-21) diff --git a/package.json b/package.json index 65b0069..0bd1eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.10.0", + "version": "1.11.0", "description": "Utility to create ESLint config files.", "keywords": [ "ast",