Skip to content

Commit

Permalink
Tag v2.1.0 (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: James D. Forrester <[email protected]>
  • Loading branch information
jdforrester authored Jun 28, 2019
1 parent 2f04ee2 commit 329ab96
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,12 @@
# eslint-plugin-no-jquery release history

## v2.1.0
* New rule: `no-class-state` (Ed Sanders)

* README: Fix plugin name (Maurício Meneghini Fauth)
* build: Upgrade eslint-config-wikimedia to 0.12.0 (James D. Forrester)


## v2.0.0
* New rule options: `[{allowScroll:true}]` in `no-animate` (Ed Sanders)

Expand All @@ -8,6 +15,7 @@

# Release history as wikimedia/eslint-plugin-jquery


## v1.3.2-wmf.6
* New rule: `no-box-model` (Ed Sanders)
* New rule: `no-browser` (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.0.0",
"version": "2.1.0",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 329ab96

Please sign in to comment.