Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 17, 2022
1 parent 4ddc268 commit 96fe87c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@






## v0.22.0 (2022-11-17)

#### :rocket: Enhancement
* [#232](https://github.com/bmish/eslint-doc-generator/pull/232) Add optional `options` column and notice to indicate whether a rule is configurable ([@bmish](https://github.com/bmish))
* [#141](https://github.com/bmish/eslint-doc-generator/pull/141) More robust loading of CJS plugins using `require()` ([@bmish](https://github.com/bmish))
* [#234](https://github.com/bmish/eslint-doc-generator/pull/234) Support absolute path for plugin root CLI argument ([@bmish](https://github.com/bmish))

#### :bug: Bug Fix
* [#233](https://github.com/bmish/eslint-doc-generator/pull/233) Target `ES2020` for TypeScript output ([@bmish](https://github.com/bmish))

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


## v0.21.0 (2022-11-15)
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": "0.21.0",
"version": "0.22.0",
"description": "Automatic documentation generator for ESLint plugins and rules.",
"keywords": [
"doc",
Expand Down

0 comments on commit 96fe87c

Please sign in to comment.