diff --git a/CHANGELOG.md b/CHANGELOG.md index 8224ee86..71ad21eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index b8471dcc..c2a55d8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "1.5.4", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "1.5.4", + "version": "1.6.0", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index b19a9480..56a42460 100644 --- a/package.json +++ b/package.json @@ -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",