Skip to content

Commit 1c58586

Browse files
jdforresteredg2s
authored andcommitted
Tag v3.0.1
1 parent 1708d89 commit 1c58586

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changelog.md

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

3+
## v3.0.1
4+
* Rule fix: Fix fixer for `no-extend` to ignore single argument mode (Ed Sanders)
5+
36
## v3.0.0
47
* [BREAKING CHANGE] Drop Node 10, 12, 14, & 16 support (Ed Sanders, James D. Forrester)
58
* [BREAKING CHANGE] Raise eslint requirement to 8+ (James D. Forrester)

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-plugin-no-jquery",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)