Skip to content

Commit dc38faa

Browse files
committed
Release 1.4.0
1 parent 4e57a37 commit dc38faa

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
@@ -43,6 +43,16 @@
4343

4444

4545

46+
47+
48+
49+
## v1.4.0 (2022-12-26)
50+
51+
#### :rocket: Enhancement
52+
* [#369](https://github.com/bmish/eslint-doc-generator/pull/369) Support a user-defined function for `--url-rule-doc` option ([@bmish](https://github.com/bmish))
53+
54+
#### Committers: 1
55+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
4656

4757

4858
## v1.3.0 (2022-12-23)

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

0 commit comments

Comments
 (0)