Skip to content

Commit f298d05

Browse files
chore(main): release 2.2.1 (#749)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09d4a7e commit f298d05

File tree

4 files changed

+9
-69
lines changed

4 files changed

+9
-69
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"bootstrap-sha": "00c4fa10229546903a76fa6d3ba204db0a7fab2b"
2+
"bootstrap-sha": "00c4fa10229546903a76fa6d3ba204db0a7fab2b",
3+
".": "2.2.1"
34
}

CHANGELOG.md

Lines changed: 4 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,10 @@
1+
## [2.2.1](https://github.com/bmish/eslint-doc-generator/compare/v2.2.0...v2.2.1) (2025-06-22)
12

23

4+
### Bug Fixes
35

4-
5-
6-
7-
8-
9-
10-
11-
12-
13-
14-
15-
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
6+
* no-op for testing release-please ([#739](https://github.com/bmish/eslint-doc-generator/issues/739)) ([0492d97](https://github.com/bmish/eslint-doc-generator/commit/0492d97b56a0ffa42fdb8272b8f32c9ec7a9deca))
7+
* no-op for testing release-please ([#745](https://github.com/bmish/eslint-doc-generator/issues/745)) ([d40250d](https://github.com/bmish/eslint-doc-generator/commit/d40250d8d2726be423f7871916e20aa590b9386b))
688

699
## v2.2.0 (2025-06-19)
7010

@@ -951,4 +891,3 @@ Now considered stable and already successfully adopted in many of the top ESLint
951891
#### Committers: 2
952892
- Bryan Mishkin ([@bmish](https://github.com/bmish))
953893
- Darius Dzien ([@ddzz](https://github.com/ddzz))
954-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)