We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbae0e commit a9b756dCopy full SHA for a9b756d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.1.2](https://github.com/eslint/generator-eslint/compare/v5.1.1...v5.1.2) (2024-12-24)
4
+
5
6
+### Bug Fixes
7
8
+* update to mocha v11 ([#198](https://github.com/eslint/generator-eslint/issues/198)) ([adbae0e](https://github.com/eslint/generator-eslint/commit/adbae0e19db701a105fe06e8f9ee90e79396d642))
9
10
## [5.1.1](https://github.com/eslint/generator-eslint/compare/v5.1.0...v5.1.1) (2024-10-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "generator-eslint",
- "version": "5.1.1",
+ "version": "5.1.2",
"description": "A Yeoman generator for creating ESLint plugins/rules",
"keywords": [
"eslint",
0 commit comments