Skip to content

Commit 754e4e3

Browse files
committed
chore: release v4.1.0
1 parent e388a3a commit 754e4e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.0](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.0.3...v4.1.0) (2021-12-14)
2+
3+
4+
### Features
5+
6+
* detect function-style rules exported using a variable ([#235](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/235)) ([e388a3a](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/e388a3a349769fc0f412b68090401079893218f2))
7+
18
### [4.0.3](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.0.2...v4.0.3) (2021-12-08)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-eslint-plugin",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)