Skip to content

Commit 51cb010

Browse files
jdforresteredg2s
authored andcommitted
Tag v3.0.2
1 parent 7809a44 commit 51cb010

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Changelog.md

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

3+
4+
## v3.0.2
5+
* Rule fix: `no-append-html`: Allow passing selectors to some methods (Ed Sanders)
6+
7+
8+
* code: Move joinLiterals to utils and share between two rules (Ed Sanders)
9+
* code: Make isHtmlString a util (Ed Sanders)
10+
311
## v3.0.1
412
* Rule fix: Fix fixer for `no-extend` to ignore single argument mode (Ed Sanders)
513

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

0 commit comments

Comments
 (0)