Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Feb 28, 2024
1 parent 0ba5757 commit 01c3179
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@






## v1.7.0 (2024-02-28)

#### :rocket: Enhancement
* [#521](https://github.com/bmish/eslint-doc-generator/pull/521) Add emoji for additional `type-checked` config name variations ([@bmish](https://github.com/bmish))
* [#518](https://github.com/bmish/eslint-doc-generator/pull/518) Add emoji for `recommended-type-checked` config ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))
* [#516](https://github.com/bmish/eslint-doc-generator/pull/516) Add link to typed linting in generated docs ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))

#### :bug: Bug Fix
* [#509](https://github.com/bmish/eslint-doc-generator/pull/509) Update rule suggestions link to new docs page ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))

#### Committers: 2
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Josh Goldberg ✨ ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))


## v1.6.2 (2024-01-14)
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": "1.6.2",
"version": "1.7.0",
"description": "Automatic documentation generator for ESLint plugins and rules.",
"keywords": [
"doc",
Expand Down

0 comments on commit 01c3179

Please sign in to comment.