We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db63e2 commit 62415f2Copy full SHA for 62415f2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.10.1](https://github.com/eslint/create-config/compare/v1.10.0...v1.10.1) (2025-10-01)
4
+
5
6
+### Bug Fixes
7
8
+* exit gracefully on `Ctrl+C` ([#194](https://github.com/eslint/create-config/issues/194)) ([2127040](https://github.com/eslint/create-config/commit/21270401886e0bc267e09c09f75e158f530348c0))
9
10
## [1.10.0](https://github.com/eslint/create-config/compare/v1.9.0...v1.10.0) (2025-07-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/create-config",
- "version": "1.10.0",
+ "version": "1.10.1",
"description": "Utility to create ESLint config files.",
"keywords": [
"ast",
0 commit comments