Skip to content

Commit 10bc493

Browse files
committed
Release 0.3.2
1 parent e0c7783 commit 10bc493

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
@@ -3,6 +3,19 @@
33

44

55

6+
7+
## v0.3.2 (2022-10-04)
8+
9+
#### :bug: Bug Fix
10+
* [#59](https://github.com/bmish/eslint-doc-generator/pull/59) Resolve `extends` in ESLint configs ([@bmish](https://github.com/bmish))
11+
12+
#### :house: Internal
13+
* [#50](https://github.com/bmish/eslint-doc-generator/pull/50) Add test for CJS plugin file ([@bmish](https://github.com/bmish))
14+
15+
#### Committers: 1
16+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
17+
18+
619
## v0.3.1 (2022-10-03)
720

821
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)