Skip to content

Commit 53fdcf3

Browse files
committed
Release 0.18.2
1 parent 97125af commit 53fdcf3

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
@@ -22,6 +22,16 @@
2222

2323

2424

25+
26+
27+
28+
## v0.18.2 (2022-11-01)
29+
30+
#### :bug: Bug Fix
31+
* [#203](https://github.com/bmish/eslint-doc-generator/pull/203) Redo fix to ensure notation for config that warns/disables a rule does not wrap to two lines in rules table cell ([@bmish](https://github.com/bmish))
32+
33+
#### Committers: 1
34+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
2535

2636

2737
## v0.18.1 (2022-11-01)

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

0 commit comments

Comments
 (0)