Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s authored May 5, 2020
1 parent aef2902 commit d97de6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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

## 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)
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.4.0",
"version": "2.4.1",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit d97de6b

Please sign in to comment.