Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jun 27, 2021
1 parent e05bfd7 commit 70f1f00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 6.2.0
* Chore: enable all eslint-plugin-eslint-plugin rules (#187) (Bryan Mishkin)
* Docs: Indicate which rules provide automated suggestions in README rules table (#188) (Bryan Mishkin)
* Update: Use meta.hasSuggestions for suggestable rules to prepare for ESLint 8 (#186) (Bryan Mishkin)
* Docs: split emojis into separate columns in README rules table (#185) (Bryan Mishkin)

### 6.1.1
* Upgrade: devDependencies (Kevin Partington)
* Fix: fix global equal() check in no-assert-equal rule (#183) (Bryan Mishkin)
Expand Down
4 changes: 2 additions & 2 deletions 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-qunit",
"version": "6.1.1",
"version": "6.2.0",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 70f1f00

Please sign in to comment.