Skip to content

Commit

Permalink
Release 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 23, 2022
1 parent 452c039 commit 6329e59
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@






## v0.26.0 (2022-11-23)

#### :rocket: Enhancement
* [#271](https://github.com/bmish/eslint-doc-generator/pull/271) Use correct header level when splitting rules list into sub-lists with `--split-by` ([@bmish](https://github.com/bmish))
* [#270](https://github.com/bmish/eslint-doc-generator/pull/270) Allow specifying multiple rules lists with `--path-rule-list` ([@bmish](https://github.com/bmish))
* [#269](https://github.com/bmish/eslint-doc-generator/pull/269) Allow content above rule doc title ([@bmish](https://github.com/bmish))
* [#264](https://github.com/bmish/eslint-doc-generator/pull/264) Export type for config file ([@bmish](https://github.com/bmish))

#### :house: Internal
* [#263](https://github.com/bmish/eslint-doc-generator/pull/263) Reorganize files and functions ([@bmish](https://github.com/bmish))

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


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

0 comments on commit 6329e59

Please sign in to comment.