Skip to content

Commit

Permalink
Release 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 25, 2022
1 parent 29e2ba4 commit 6e175c5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@






## v0.26.1 (2022-11-25)

#### :bug: Bug Fix
* [#279](https://github.com/bmish/eslint-doc-generator/pull/279) Ensure deprecated rule replacement link respects `--path-rule-doc` ([@bmish](https://github.com/bmish))
* [#280](https://github.com/bmish/eslint-doc-generator/pull/280) Fix default rules list path of `README.md` ([@bmish](https://github.com/bmish))
* [#275](https://github.com/bmish/eslint-doc-generator/pull/275) Fix rule links when specifying a rule list file in a subdirectory with `--path-rule-list` ([@bmish](https://github.com/bmish))

#### :house: Internal
* [#283](https://github.com/bmish/eslint-doc-generator/pull/283) Add empty `prettier` config ([@G-Rath](https://github.com/G-Rath))
* [#282](https://github.com/bmish/eslint-doc-generator/pull/282) Harden CI workflows ([@G-Rath](https://github.com/G-Rath))
* [#281](https://github.com/bmish/eslint-doc-generator/pull/281) Ensure TypeScript is checked by CodeQL ([@G-Rath](https://github.com/G-Rath))
* [#278](https://github.com/bmish/eslint-doc-generator/pull/278) Enable unicode regexp flag ([@G-Rath](https://github.com/G-Rath))

#### Committers: 2
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Gareth Jones ([@G-Rath](https://github.com/G-Rath))


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

0 comments on commit 6e175c5

Please sign in to comment.