Skip to content

Commit f733170

Browse files
committed
Release 2.1.1
1 parent 82bf823 commit f733170

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@
6161

6262

6363

64+
65+
66+
67+
## v2.1.1 (2025-03-10)
68+
69+
#### :bug: Bug Fix
70+
* [#648](https://github.com/bmish/eslint-doc-generator/pull/648) Fix ESM support in Node 22+ when the package includes the `main` property ([@marcalexiei](https://github.com/marcalexiei))
71+
72+
#### Committers: 1
73+
- Marco Pasqualetti ([@marcalexiei](https://github.com/marcalexiei))
6474

6575

6676
## v2.1.0 (2025-03-04)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)