Skip to content

Commit dd2449a

Browse files
committed
Release 1.0.2
1 parent 564d012 commit dd2449a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838

3939

4040

41+
42+
43+
44+
## v1.0.2 (2022-12-01)
45+
46+
#### :bug: Bug Fix
47+
* [#322](https://github.com/bmish/eslint-doc-generator/pull/322) Use string union types instead of enums for better TypeScript compatibility with public config file type ([@bmish](https://github.com/bmish))
48+
49+
#### Committers: 1
50+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
4151

4252

4353
## v1.0.1 (2022-12-01)

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

0 commit comments

Comments
 (0)