Skip to content

Commit ae72810

Browse files
committed
Release 0.13.0
1 parent ca0bb8c commit ae72810

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717

1818

1919

20+
21+
## v0.13.0 (2022-10-20)
22+
23+
#### :rocket: Enhancement
24+
* [#149](https://github.com/bmish/eslint-doc-generator/pull/149) Add consolidated rule doc notice for fixable and suggestions ([@bmish](https://github.com/bmish))
25+
26+
#### :bug: Bug Fix
27+
* [#148](https://github.com/bmish/eslint-doc-generator/pull/148) Avoid wrapping name column in rules list ([@bmish](https://github.com/bmish))
28+
29+
#### Committers: 1
30+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
31+
32+
2033
## v0.12.0 (2022-10-19)
2134

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

0 commit comments

Comments
 (0)