Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 14, 2023
1 parent f2fd013 commit 7cbab78
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,24 @@






## v1.6.0 (2023-11-14)

#### :rocket: Enhancement
* [#502](https://github.com/bmish/eslint-doc-generator/pull/502) Support a user-defined function for `--path-rule-doc` option ([@hyoban](https://github.com/hyoban))

#### :bug: Bug Fix
* [#447](https://github.com/bmish/eslint-doc-generator/pull/447) Throw better exception when failing to load plugin ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))

#### :memo: Documentation
* [#500](https://github.com/bmish/eslint-doc-generator/pull/500) Deprecate README-defined badges ([@bmish](https://github.com/bmish))

#### Committers: 3
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Josh Goldberg ✨ ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))
- Stephen Zhou ([@hyoban](https://github.com/hyoban))


## v1.5.4 (2023-11-05)
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.5.4",
"version": "1.6.0",
"description": "Automatic documentation generator for ESLint plugins and rules.",
"keywords": [
"doc",
Expand Down

0 comments on commit 7cbab78

Please sign in to comment.