Skip to content

Commit 7214dbd

Browse files
committed
Release 0.14.0
1 parent b3ac706 commit 7214dbd

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@
1818

1919

2020

21+
22+
## v0.14.0 (2022-10-21)
23+
24+
#### :boom: Breaking Change
25+
* [#155](https://github.com/bmish/eslint-doc-generator/pull/155) Indicate that content is auto-generated in marker comments ([@bmish](https://github.com/bmish))
26+
27+
#### :rocket: Enhancement
28+
* [#156](https://github.com/bmish/eslint-doc-generator/pull/156) Indicate which configs disable a rule ([@bmish](https://github.com/bmish))
29+
30+
#### :bug: Bug Fix
31+
* [#154](https://github.com/bmish/eslint-doc-generator/pull/154) Use code styling for replacement rule name in deprecated rule notice ([@bmish](https://github.com/bmish))
32+
* [#153](https://github.com/bmish/eslint-doc-generator/pull/153) Avoid potentially having two legends for the same config emoji ([@bmish](https://github.com/bmish))
33+
* [#152](https://github.com/bmish/eslint-doc-generator/pull/152) Use `markdown-table` for generating rules list ([@bmish](https://github.com/bmish))
34+
35+
#### Committers: 1
36+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
37+
38+
2139
## v0.13.0 (2022-10-20)
2240

2341
#### :rocket: Enhancement

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-doc-generator",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Automatic documentation generator for ESLint plugins and rules.",
55
"keywords": [
66
"doc",

0 commit comments

Comments
 (0)