Skip to content

Commit d494ca6

Browse files
committed
chore: release 2.0.0 🚀
1 parent ed10b69 commit d494ca6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.11.0"
2+
".": "2.0.0"
33
}

‎CHANGELOG.md‎

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

3+
## [2.0.0](https://github.com/eslint/create-config/compare/create-config-v1.11.0...create-config-v2.0.0) (2026-04-13)
4+
5+
6+
### âš  BREAKING CHANGES
7+
8+
* Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#206](https://github.com/eslint/create-config/issues/206))
9+
10+
### Features
11+
12+
* Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#206](https://github.com/eslint/create-config/issues/206)) ([9e624bd](https://github.com/eslint/create-config/commit/9e624bda761527027ba88d527e1f3f8c96eb899a))
13+
14+
15+
### Bug Fixes
16+
17+
* correct JSDoc type definitions ([#233](https://github.com/eslint/create-config/issues/233)) ([93209ea](https://github.com/eslint/create-config/commit/93209ea3d6328b3004e5dc667e1cddc532076a7d))
18+
319
## [1.11.0](https://github.com/eslint/create-config/compare/v1.10.0...v1.11.0) (2025-10-27)
420

521

‎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.11.0",
3+
"version": "2.0.0",
44
"description": "Utility to create ESLint config files.",
55
"keywords": [
66
"ast",

0 commit comments

Comments
 (0)