diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6749be..662e9795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,24 @@ + + + +## v0.16.0 (2022-10-28) + +#### :rocket: Enhancement +* [#180](https://github.com/bmish/eslint-doc-generator/pull/180) Indicate which configs warn for a rule ([@bmish](https://github.com/bmish)) +* [#178](https://github.com/bmish/eslint-doc-generator/pull/178) Add option `--rule-doc-section-options` ([@bmish](https://github.com/bmish)) + +#### :bug: Bug Fix +* [#181](https://github.com/bmish/eslint-doc-generator/pull/181) Handle rule with no `meta` object ([@bmish](https://github.com/bmish)) +* [#177](https://github.com/bmish/eslint-doc-generator/pull/177) Throw error when trying to use general configs emoji for a config when multiple configs are present ([@bmish](https://github.com/bmish)) +* [#176](https://github.com/bmish/eslint-doc-generator/pull/176) Also check for escaped version of option name in rule doc for rules with options ([@bmish](https://github.com/bmish)) +* [#175](https://github.com/bmish/eslint-doc-generator/pull/175) Use correct rule doc title format fallback when rule missing description ([@bmish](https://github.com/bmish)) +* [#172](https://github.com/bmish/eslint-doc-generator/pull/172) Use actual nbsp character instead of HTML entity when avoiding wrapping rule names in rules list ([@bmish](https://github.com/bmish)) + +#### Committers: 1 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) ## v0.15.0 (2022-10-26) diff --git a/package-lock.json b/package-lock.json index 219364e7..9633ca6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "0.15.0", + "version": "0.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "0.15.0", + "version": "0.16.0", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index a4a62c8d..89e1bf74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "0.15.0", + "version": "0.16.0", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",