Skip to content

Commit 7ae9efd

Browse files
chore: release 5.1.1 (#195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 779340a commit 7ae9efd

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.1](https://github.com/eslint/generator-eslint/compare/v5.1.0...v5.1.1) (2024-10-19)
4+
5+
6+
### Bug Fixes
7+
8+
* convert README template usage to flat ([#194](https://github.com/eslint/generator-eslint/issues/194)) ([779340a](https://github.com/eslint/generator-eslint/commit/779340a5f10db368cfefe67dda7dda1043c50dac))
9+
310
## [5.1.0](https://github.com/eslint/generator-eslint/compare/v5.0.0...v5.1.0) (2024-05-23)
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.0",
3+
"version": "5.1.1",
44
"description": "A Yeoman generator for creating ESLint plugins/rules",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)