Skip to content

Commit 6368280

Browse files
authored
chore: release 6.0.0 🚀 (#250)
1 parent b17a256 commit 6368280

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/eslint/generator-eslint/compare/generator-eslint-v5.2.2...generator-eslint-v6.0.0) (2026-01-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#232](https://github.com/eslint/generator-eslint/issues/232))
9+
10+
### Features
11+
12+
* Require Node.js ^20.19.0 || ^22.13.0 || >=24 ([#232](https://github.com/eslint/generator-eslint/issues/232)) ([953232b](https://github.com/eslint/generator-eslint/commit/953232bc13557f45f5b6f924c954508256577ec1))
13+
314
## [5.2.2](https://github.com/eslint/generator-eslint/compare/v5.2.1...v5.2.2) (2025-10-07)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-eslint",
3-
"version": "5.2.2",
3+
"version": "6.0.0",
44
"description": "A Yeoman generator for creating ESLint plugins/rules",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)