Skip to content

Commit

Permalink
Release v2.3.2 (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: James D. Forrester <[email protected]>
  • Loading branch information
jdforrester committed Mar 17, 2020
1 parent 96c0372 commit d044494
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# eslint-plugin-no-jquery release history

## v2.3.2

* Rule fix: Add fixer for `no-is-function` (Ed Sanders)
* Rule fix: Follow-up #186: Actually merge `no-undelegate` into `no-delegate` (Ed Sanders)

* Docs: Soften and make clearer the language for `no-class-state` (James D. Forrester)
* Docs: Explain `no-global-selector` restriction more clearly (James D. Forrester)

* Release: Update devDependencies (Ed Sanders)

* Code: Remove non-existent $.fn.parse from tests (Ed Sanders)


## v2.3.1
* New feature: Show deprecation message in linting errors (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.3.1",
"version": "2.3.2",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit d044494

Please sign in to comment.