We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779340a commit 7ae9efdCopy full SHA for 7ae9efd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [5.1.0](https://github.com/eslint/generator-eslint/compare/v5.0.0...v5.1.0) (2024-05-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "generator-eslint",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "A Yeoman generator for creating ESLint plugins/rules",
"keywords": [
"eslint",
0 commit comments