Skip to content

Commit 41ec710

Browse files
committed
Release 1.6.2
1 parent 9c92842 commit 41ec710

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
@@ -54,6 +54,16 @@
5454

5555

5656

57+
58+
59+
60+
## v1.6.2 (2024-01-14)
61+
62+
#### :bug: Bug Fix
63+
* [#508](https://github.com/bmish/eslint-doc-generator/pull/508) Support multiple potential property locations for config description ([@bmish](https://github.com/bmish))
64+
65+
#### Committers: 1
66+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
5767

5868

5969
## v1.6.1 (2023-11-16)

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

0 commit comments

Comments
 (0)