Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 16, 2022
1 parent c4cc875 commit 1c41338
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,29 @@






## v1.1.0 (2022-12-16)

#### :rocket: Enhancement
* [#350](https://github.com/bmish/eslint-doc-generator/pull/350) Add rule doc notice type for rule description ([@bmish](https://github.com/bmish))

#### :bug: Bug Fix
* [#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))
* [#344](https://github.com/bmish/eslint-doc-generator/pull/344) Hide stack trace when throwing exception ([@bmish](https://github.com/bmish))

#### :memo: Documentation
* [#342](https://github.com/bmish/eslint-doc-generator/pull/342) Add table of contents to readme ([@bmish](https://github.com/bmish))
* [#336](https://github.com/bmish/eslint-doc-generator/pull/336) Add table documenting types of notices and columns ([@bmish](https://github.com/bmish))
* [#332](https://github.com/bmish/eslint-doc-generator/pull/332) Mention complementary rule `eslint-plugin/require-meta-docs-url` ([@bmish](https://github.com/bmish))

#### :house: Internal
* [#345](https://github.com/bmish/eslint-doc-generator/pull/345) Enable type-aware linting ([@bmish](https://github.com/bmish))
* [#333](https://github.com/bmish/eslint-doc-generator/pull/333) Improve comments for emoji definitions ([@bmish](https://github.com/bmish))

#### Committers: 1
- Bryan Mishkin ([@bmish](https://github.com/bmish))


## v1.0.2 (2022-12-01)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-doc-generator",
"version": "1.0.2",
"version": "1.1.0",
"description": "Automatic documentation generator for ESLint plugins and rules.",
"keywords": [
"doc",
Expand Down

0 comments on commit 1c41338

Please sign in to comment.