From 755254c82dd762e1ccee33bb52daba32c735ae3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:43:45 +0000 Subject: [PATCH] chore: release 1.11.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d93871e..68a3ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.11.0](https://github.com/eslint/create-config/compare/v1.10.0...v1.11.0) (2025-10-27) + + +### Features + +* improve shareable config ([#208](https://github.com/eslint/create-config/issues/208)) ([3fccf98](https://github.com/eslint/create-config/commit/3fccf98672ea230981a52fbd6c5f435010edca00)) +* 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",