Skip to content

Commit 396cfdb

Browse files
committed
Release v3.1.1
1 parent 1ab2b08 commit 396cfdb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# eslint-plugin-no-jquery release history
22

3+
## v3.1.1
4+
* Rule fix: In `no-animate`, allow `stop` and `finish` when `allowScroll` (Ed Sanders)
5+
36
## v3.1.0
47
* New rule: `no-fx` (Ed Sanders)
58
* New rule: `no-done-fail` (Ed Sanders)

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)