Skip to content

Commit 8fecc66

Browse files
chore: release 5.1.3 (#203)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bcd275 commit 8fecc66

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.1.3](https://github.com/eslint/generator-eslint/compare/v5.1.2...v5.1.3) (2025-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* update the `rule-tester` import in rule test template ([#202](https://github.com/eslint/generator-eslint/issues/202)) ([9bcd275](https://github.com/eslint/generator-eslint/commit/9bcd275bbe75534377e0830f3592f9794342ff56))
9+
310
## [5.1.2](https://github.com/eslint/generator-eslint/compare/v5.1.1...v5.1.2) (2024-12-24)
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.2",
3+
"version": "5.1.3",
44
"description": "A Yeoman generator for creating ESLint plugins/rules",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)