diff --git a/CHANGELOG.md b/CHANGELOG.md index df70ff0c..8e5c943c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,24 @@ + + + +## v0.27.0 (2022-11-27) + +#### :rocket: Enhancement +* [#285](https://github.com/bmish/eslint-doc-generator/pull/285) Add `postprocess` config file option (useful for applying prettier formatting) ([@G-Rath](https://github.com/G-Rath)) +* [#296](https://github.com/bmish/eslint-doc-generator/pull/296) Always display plugin prefix in deprecated rule replacement rule name ([@bmish](https://github.com/bmish)) + +#### :bug: Bug Fix +* [#286](https://github.com/bmish/eslint-doc-generator/pull/286) Remove extra closing quote from error message ([@G-Rath](https://github.com/G-Rath)) + +#### :house: Internal +* [#287](https://github.com/bmish/eslint-doc-generator/pull/287) Require full function coverage ([@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.1 (2022-11-25) diff --git a/package-lock.json b/package-lock.json index 7d695bf5..568737a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "0.26.1", + "version": "0.27.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "0.26.1", + "version": "0.27.0", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^5.38.1", diff --git a/package.json b/package.json index 8dc2229b..d5c54cb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "0.26.1", + "version": "0.27.0", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",