Skip to content

Commit 39ec714

Browse files
committed
Release 1.7.1
1 parent 4852197 commit 39ec714

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
@@ -56,6 +56,16 @@
5656

5757

5858

59+
60+
61+
62+
## v1.7.1 (2024-05-08)
63+
64+
#### :bug: Bug Fix
65+
* [#524](https://github.com/bmish/eslint-doc-generator/pull/524) OS-agnostic handling of end-of-line characters ([@bmish](https://github.com/bmish))
66+
67+
#### Committers: 1
68+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
5969

6070

6171
## v1.7.0 (2024-02-28)

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

0 commit comments

Comments
 (0)