Skip to content

Commit 1c41338

Browse files
committed
Release 1.1.0
1 parent c4cc875 commit 1c41338

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,29 @@
3939

4040

4141

42+
43+
44+
45+
## v1.1.0 (2022-12-16)
46+
47+
#### :rocket: Enhancement
48+
* [#350](https://github.com/bmish/eslint-doc-generator/pull/350) Add rule doc notice type for rule description ([@bmish](https://github.com/bmish))
49+
50+
#### :bug: Bug Fix
51+
* [#349](https://github.com/bmish/eslint-doc-generator/pull/349) Improve detection of named options to be mentioned in rule docs ([@bmish](https://github.com/bmish))
52+
* [#344](https://github.com/bmish/eslint-doc-generator/pull/344) Hide stack trace when throwing exception ([@bmish](https://github.com/bmish))
53+
54+
#### :memo: Documentation
55+
* [#342](https://github.com/bmish/eslint-doc-generator/pull/342) Add table of contents to readme ([@bmish](https://github.com/bmish))
56+
* [#336](https://github.com/bmish/eslint-doc-generator/pull/336) Add table documenting types of notices and columns ([@bmish](https://github.com/bmish))
57+
* [#332](https://github.com/bmish/eslint-doc-generator/pull/332) Mention complementary rule `eslint-plugin/require-meta-docs-url` ([@bmish](https://github.com/bmish))
58+
59+
#### :house: Internal
60+
* [#345](https://github.com/bmish/eslint-doc-generator/pull/345) Enable type-aware linting ([@bmish](https://github.com/bmish))
61+
* [#333](https://github.com/bmish/eslint-doc-generator/pull/333) Improve comments for emoji definitions ([@bmish](https://github.com/bmish))
62+
63+
#### Committers: 1
64+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
4265

4366

4467
## v1.0.2 (2022-12-01)

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

0 commit comments

Comments
 (0)