Skip to content

Commit

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


## v3.0.2
* Rule fix: `no-append-html`: Allow passing selectors to some methods (Ed Sanders)

* code: Move joinLiterals to utils and share between two rules (Ed Sanders)
* code: Make isHtmlString a util (Ed Sanders)

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

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.1",
"version": "3.0.2",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 51cb010

Please sign in to comment.