Skip to content

Commit d97de6b

Browse files
authored
Release 2.4.1
1 parent aef2902 commit d97de6b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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+
## v2.4.1
4+
5+
* Profile fix: Fix override of `no-event-shorthand` in `deprecated-3.5` (Ed Sanders)
6+
7+
8+
* code: Add real test coverage for index.js (Ed Sanders)
9+
* code: gitignore coverage.lcov (Ed Sanders)
10+
311
## v2.4.0
412

513
* New feature: Add specification of plugin return types to settings (Ed Sanders)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)