Skip to content

Commit 0570d5e

Browse files
chore: release 5.2.0 (#206)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06f321b commit 0570d5e

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.0](https://github.com/eslint/generator-eslint/compare/v5.1.3...v5.2.0) (2025-07-21)
4+
5+
6+
### Features
7+
8+
* update plugin template to use `defineConfig` ([#205](https://github.com/eslint/generator-eslint/issues/205)) ([06f321b](https://github.com/eslint/generator-eslint/commit/06f321bff1b417ecd3c98858fa6ecc48fe515845))
9+
310
## [5.1.3](https://github.com/eslint/generator-eslint/compare/v5.1.2...v5.1.3) (2025-07-01)
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.1.3",
3+
"version": "5.2.0",
44
"description": "A Yeoman generator for creating ESLint plugins/rules",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)