Skip to content

Commit 8353b38

Browse files
committed
Release 0.18.1
1 parent b252294 commit 8353b38

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121

2222

2323

24+
25+
26+
27+
## v0.18.1 (2022-11-01)
28+
29+
#### :bug: Bug Fix
30+
* [#202](https://github.com/bmish/eslint-doc-generator/pull/202) Ensure config emoji isn't missing in multi-sentence rule doc notice ([@bmish](https://github.com/bmish))
31+
* [#201](https://github.com/bmish/eslint-doc-generator/pull/201) Ensure notation for config that warns/disables a rule does not wrap to separate line ([@bmish](https://github.com/bmish))
32+
33+
#### Committers: 1
34+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
2435

2536

2637
## v0.18.0 (2022-10-31)

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

0 commit comments

Comments
 (0)