Skip to content

Commit 26a9497

Browse files
chore: release 5.2.2 (#230)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d13113e commit 26a9497

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [5.2.2](https://github.com/eslint/generator-eslint/compare/v5.2.1...v5.2.2) (2025-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* eslint config error when using defineConfig ([#228](https://github.com/eslint/generator-eslint/issues/228)) ([d13113e](https://github.com/eslint/generator-eslint/commit/d13113e940eecf7ec146f743f8fb4488b9f64bf2))
9+
310
## [5.2.1](https://github.com/eslint/generator-eslint/compare/v5.2.0...v5.2.1) (2025-09-18)
411

512

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.1",
3+
"version": "5.2.2",
44
"description": "A Yeoman generator for creating ESLint plugins/rules",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)