diff --git a/Changelog.md b/Changelog.md index 023ae5bd..695672a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # eslint-plugin-no-jquery release history +## v2.4.1 + +* Profile fix: Fix override of `no-event-shorthand` in `deprecated-3.5` (Ed Sanders) + +— +* code: Add real test coverage for index.js (Ed Sanders) +* code: gitignore coverage.lcov (Ed Sanders) + ## v2.4.0 * New feature: Add specification of plugin return types to settings (Ed Sanders) diff --git a/package-lock.json b/package-lock.json index 4d6ca63e..843871e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-no-jquery", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9fc5378..76dfbefb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-no-jquery", - "version": "2.4.0", + "version": "2.4.1", "description": "Disallow jQuery functions with native equivalents.", "repository": { "type": "git",