diff --git a/Changelog.md b/Changelog.md index e404364..8b51efd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 250d366..417e674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-no-jquery", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-no-jquery", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "devDependencies": { "codecov": "^3.8.3", diff --git a/package.json b/package.json index 569fa18..89c35c3 100644 --- a/package.json +++ b/package.json @@ -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",