Skip to content

Commit

Permalink
Tag v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdforrester authored and edg2s committed Jun 11, 2024
1 parent 1708d89 commit 1c58586
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# eslint-plugin-no-jquery release history

## v3.0.1
* Rule fix: Fix fixer for `no-extend` to ignore single argument mode (Ed Sanders)

## v3.0.0
* [BREAKING CHANGE] Drop Node 10, 12, 14, & 16 support (Ed Sanders, James D. Forrester)
* [BREAKING CHANGE] Raise eslint requirement to 8+ (James D. Forrester)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-jquery",
"version": "3.0.0",
"version": "3.0.1",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1c58586

Please sign in to comment.