Skip to content

Commit 482a086

Browse files
committed
Release 0.28.1
1 parent 05687c0 commit 482a086

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636

3737

3838

39+
40+
41+
42+
## v0.28.1 (2022-11-28)
43+
44+
#### :bug: Bug Fix
45+
* [#303](https://github.com/bmish/eslint-doc-generator/pull/303) Use TypeScript `readonly` modifier for external/array types ([@bmish](https://github.com/bmish))
46+
47+
#### :memo: Documentation
48+
* [#302](https://github.com/bmish/eslint-doc-generator/pull/302) Tweak README ([@bmish](https://github.com/bmish))
49+
50+
#### Committers: 1
51+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
3952

4053

4154
## v0.28.0 (2022-11-27)

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": "0.28.0",
3+
"version": "0.28.1",
44
"description": "Automatic documentation generator for ESLint plugins and rules.",
55
"keywords": [
66
"doc",

0 commit comments

Comments
 (0)