diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a3ff8..8251c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/eslint/create-config/compare/create-config-v1.11.0...create-config-v2.0.0) (2026-05-10) + + +### ⚠ BREAKING CHANGES + +* Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#206](https://github.com/eslint/create-config/issues/206)) + +### Features + +* 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)) + + +### Bug Fixes + +* correct JSDoc type definitions ([#233](https://github.com/eslint/create-config/issues/233)) ([93209ea](https://github.com/eslint/create-config/commit/93209ea3d6328b3004e5dc667e1cddc532076a7d)) + ## [1.11.0](https://github.com/eslint/create-config/compare/v1.10.0...v1.11.0) (2025-10-27) diff --git a/package.json b/package.json index 907739d..417b038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/create-config", - "version": "1.11.0", + "version": "2.0.0", "description": "Utility to create ESLint config files.", "keywords": [ "ast",