Skip to content

Commit 01c3179

Browse files
committed
Release 1.7.0
1 parent 0ba5757 commit 01c3179

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,22 @@
5555

5656

5757

58+
59+
60+
61+
## v1.7.0 (2024-02-28)
62+
63+
#### :rocket: Enhancement
64+
* [#521](https://github.com/bmish/eslint-doc-generator/pull/521) Add emoji for additional `type-checked` config name variations ([@bmish](https://github.com/bmish))
65+
* [#518](https://github.com/bmish/eslint-doc-generator/pull/518) Add emoji for `recommended-type-checked` config ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))
66+
* [#516](https://github.com/bmish/eslint-doc-generator/pull/516) Add link to typed linting in generated docs ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))
67+
68+
#### :bug: Bug Fix
69+
* [#509](https://github.com/bmish/eslint-doc-generator/pull/509) Update rule suggestions link to new docs page ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))
70+
71+
#### Committers: 2
72+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
73+
- Josh Goldberg ✨ ([@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg))
5874

5975

6076
## v1.6.2 (2024-01-14)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-doc-generator",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"description": "Automatic documentation generator for ESLint plugins and rules.",
55
"keywords": [
66
"doc",

0 commit comments

Comments
 (0)