Skip to content

Commit 6607e5b

Browse files
committed
Release 2.1.0
1 parent a1fa3d5 commit 6607e5b

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
@@ -60,6 +60,16 @@
6060

6161

6262

63+
64+
65+
66+
## v2.1.0 (2025-03-04)
67+
68+
#### :rocket: Enhancement
69+
* [#598](https://github.com/bmish/eslint-doc-generator/pull/598) Support ESLint plugins with `"type": "module"` and `main` in package.json ([@y-hsgw](https://github.com/y-hsgw))
70+
71+
#### Committers: 1
72+
- Yukihiro Hasegawa ([@y-hsgw](https://github.com/y-hsgw))
6373

6474

6575
## v2.0.2 (2024-12-22)

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.0.2",
3+
"version": "2.1.0",
44
"description": "Automatic documentation generator for ESLint plugins and rules.",
55
"keywords": [
66
"doc",

0 commit comments

Comments
 (0)