From 754e4e3c2795b1e9e3a3af84673d94bc465753d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Tue, 14 Dec 2021 17:24:39 +0800 Subject: [PATCH] chore: release v4.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e8ef2e..3c6314cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.0](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.0.3...v4.1.0) (2021-12-14) + + +### Features + +* 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)) + ### [4.0.3](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.0.2...v4.0.3) (2021-12-08) diff --git a/package.json b/package.json index 752578f0..9caf2c26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-eslint-plugin", - "version": "4.0.3", + "version": "4.1.0", "description": "An ESLint plugin for linting ESLint plugins", "author": "Teddy Katz", "main": "lib/index.js",