Skip to content

Commit

Permalink
Release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 27, 2022
1 parent 48e5a4e commit a938ca5
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 @@ -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)
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": "0.26.1",
"version": "0.27.0",
"description": "Automatic documentation generator for ESLint plugins and rules.",
"keywords": [
"doc",
Expand Down

0 comments on commit a938ca5

Please sign in to comment.