Skip to content

Commit 00c4fa1

Browse files
committed
Release 2.2.0
1 parent 7778c63 commit 00c4fa1

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@
6363

6464

6565

66+
67+
68+
69+
## v2.2.0 (2025-06-19)
70+
71+
#### :rocket: Enhancement
72+
* [#709](https://github.com/bmish/eslint-doc-generator/pull/709) Enable flat configs ([@Hagobert](https://github.com/Hagobert))
73+
74+
#### :bug: Bug Fix
75+
* [#731](https://github.com/bmish/eslint-doc-generator/pull/731) Fix csv spacing for deprecated rule replaced-by list ([@bmish](https://github.com/bmish))
76+
77+
#### Committers: 2
78+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
79+
- [@Hagobert](https://github.com/Hagobert)
6680

6781

6882
## v2.1.2 (2025-03-16)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-doc-generator",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Automatic documentation generator for ESLint plugins and rules.",
55
"keywords": [
66
"doc",

0 commit comments

Comments
 (0)