Skip to content

Commit a6dae76

Browse files
committed
Release 0.10.0
1 parent 10c1b06 commit a6dae76

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@
1414

1515

1616

17+
18+
## v0.10.0 (2022-10-12)
19+
20+
#### :rocket: Enhancement
21+
* [#126](https://github.com/bmish/eslint-doc-generator/pull/126) Add rule doc notice when type-checking is required ([@bmish](https://github.com/bmish))
22+
23+
#### :bug: Bug Fix
24+
* [#125](https://github.com/bmish/eslint-doc-generator/pull/125) Tweak suggestions documentation link ([@bmish](https://github.com/bmish))
25+
* [#118](https://github.com/bmish/eslint-doc-generator/pull/118) Tweak fixable documentation link ([@MichaelDeBoey](https://github.com/MichaelDeBoey))
26+
27+
#### :memo: Documentation
28+
* [#119](https://github.com/bmish/eslint-doc-generator/pull/119) Tweak readme examples ([@bmish](https://github.com/bmish))
29+
30+
#### :house: Internal
31+
* [#127](https://github.com/bmish/eslint-doc-generator/pull/127) Refactor to ensure a rule doc notice is defined for each rule list column ([@bmish](https://github.com/bmish))
32+
33+
#### Committers: 2
34+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
35+
- Michaël De Boey ([@MichaelDeBoey](https://github.com/MichaelDeBoey))
36+
37+
1738
## v0.9.0 (2022-10-10)
1839

1940
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)