From 70f1f00b8ba27238345ca3d82e0a48fd997ad8c1 Mon Sep 17 00:00:00 2001 From: Kevin Partington Date: Sun, 27 Jun 2021 14:21:14 -0500 Subject: [PATCH] 6.2.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7ebb18..ea7d3ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 781edf48..af357752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eslint-plugin-qunit", - "version": "6.1.1", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.1.1", + "version": "6.2.0", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 2a530432..f0c0638b 100644 --- a/package.json +++ b/package.json @@ -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": {