Skip to content

Commit 17afec4

Browse files
committed
Release 0.27.1
1 parent 04a0afa commit 17afec4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434

3535

3636

37+
38+
39+
40+
## v0.27.1 (2022-11-27)
41+
42+
#### :bug: Bug Fix
43+
* [#298](https://github.com/bmish/eslint-doc-generator/pull/298) Use correct path for exported types ([@SimenB](https://github.com/SimenB))
44+
45+
#### Committers: 1
46+
- Simen Bekkhus ([@SimenB](https://github.com/SimenB))
3747

3848

3949
## v0.27.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.27.0",
3+
"version": "0.27.1",
44
"description": "Automatic documentation generator for ESLint plugins and rules.",
55
"keywords": [
66
"doc",

0 commit comments

Comments
 (0)