Skip to content

Commit 60d4fdc

Browse files
committed
Release 2.0.1
1 parent cd94000 commit 60d4fdc

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
@@ -58,6 +58,20 @@
5858

5959

6060

61+
62+
63+
64+
## v2.0.1 (2024-12-12)
65+
66+
#### :bug: Bug Fix
67+
* [#590](https://github.com/bmish/eslint-doc-generator/pull/590) Respect EOL character from `.editorconfig` ([@CloudNStoyan](https://github.com/CloudNStoyan))
68+
69+
#### :house: Internal
70+
* [#591](https://github.com/bmish/eslint-doc-generator/pull/591) Switch to `change-case` ([@bmish](https://github.com/bmish))
71+
72+
#### Committers: 2
73+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
74+
- Stoyan Kolev ([@CloudNStoyan](https://github.com/CloudNStoyan))
6175

6276

6377
## v2.0.0 (2024-12-09)

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

0 commit comments

Comments
 (0)