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

Lines changed: 10 additions & 0 deletions
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

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.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)