diff --git a/CHANGELOG.md b/CHANGELOG.md index 958e55d1..66a598f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,20 @@ + + + +## v0.28.0 (2022-11-27) + +#### :boom: Breaking Change +* [#301](https://github.com/bmish/eslint-doc-generator/pull/301) Rename `--split-by` option to `--rule-list-split` ([@bmish](https://github.com/bmish)) +* [#300](https://github.com/bmish/eslint-doc-generator/pull/300) Use arrays instead of CSV strings for config file types ([@bmish](https://github.com/bmish)) + +#### :memo: Documentation +* [#299](https://github.com/bmish/eslint-doc-generator/pull/299) Add JSDocs for exported `GenerateOptions` type ([@bmish](https://github.com/bmish)) + +#### Committers: 1 +- Bryan Mishkin ([@bmish](https://github.com/bmish)) ## v0.27.1 (2022-11-27) diff --git a/package-lock.json b/package-lock.json index 10be914e..d8bf6ff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "0.27.1", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "0.27.1", + "version": "0.28.0", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index a41ad8bc..97ca1bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "0.27.1", + "version": "0.28.0", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",