Skip to content

Commit c315d71

Browse files
authored
Tag v2.2.1 (#138)
Signed-off-by: James D. Forrester <jforrester@wikimedia.org>
1 parent b7aeb0d commit c315d71

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# eslint-plugin-no-jquery release history
22

3+
## v2.2.1
4+
* Release: Update index.js and README with missing rules (Ed Sanders)
5+
6+
37
## v2.2.0
48
* New rule: `no-camel-case` (Christophe Coevoet)
59
* New rule: `no-constructor-attributes` (Ed Sanders)
@@ -42,6 +46,7 @@
4246

4347
* Improve messages' references to methods vs. static methods (Christophe Coevoet)
4448

49+
4550
## v2.1.0
4651
* New rule: `no-class-state` (Ed Sanders)
4752

package-lock.json

Lines changed: 1 addition & 1 deletion
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-plugin-no-jquery",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)