Skip to content

Commit 951d208

Browse files
committed
chore: release v4.4.0
1 parent 067e8aa commit 951d208

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,5 +1,12 @@
11

22

3+
## [4.4.0](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.3.0...v4.4.0) (2022-07-02)
4+
5+
6+
### Features
7+
8+
* Add new rules `no-missing-message-ids` and `no-unused-message-ids` ([#254](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/254)) ([067e8aa](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/commit/067e8aa35d916e97e5091be3cd21f09ff00d77ed))
9+
310
## [4.3.0](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/compare/v4.2.0...v4.3.0) (2022-06-20)
411

512

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.3.0",
3+
"version": "4.4.0",
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)