Skip to content

Commit 8d9c35d

Browse files
committed
Release 0.17.0
1 parent aa47f17 commit 8d9c35d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@
1919

2020

2121

22+
23+
24+
25+
## v0.17.0 (2022-10-30)
26+
27+
#### :rocket: Enhancement
28+
* [#187](https://github.com/bmish/eslint-doc-generator/pull/187) Show diff when `--check` fails because docs are out-of-sync ([@bmish](https://github.com/bmish))
29+
* [#188](https://github.com/bmish/eslint-doc-generator/pull/188) Reduce complexity by removing prettier formatting of outputted markdown ([@bmish](https://github.com/bmish))
30+
31+
#### :memo: Documentation
32+
* [#190](https://github.com/bmish/eslint-doc-generator/pull/190) Encourage complementary use of `eslint-plugin/require-meta-docs-description` lint rule in readme ([@bmish](https://github.com/bmish))
33+
* [#183](https://github.com/bmish/eslint-doc-generator/pull/183) Mention popular plugins that use this ([@bmish](https://github.com/bmish))
34+
35+
#### Committers: 1
36+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
2237

2338

2439
## v0.16.0 (2022-10-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": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Automatic documentation generator for ESLint plugins and rules.",
55
"keywords": [
66
"doc",

0 commit comments

Comments
 (0)