diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ece2cc..3b4032a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 7.0.0 +* Chore: Add npm upgrade step to CI workflow (Kevin Partington) +* Upgrade: Most devDependencies (Kevin Partington) +* Upgrade: update eslint-plugin-eslint-plugin to v4 (#211) (Bryan Mishkin) +* Upgrade: eslint-plugin-unicorn to v37 (#210) (Bryan Mishkin) +* Update: support ESLint v8 (#209) (Bryan Mishkin) +* Chore: Add `eslint-plugin` keyword in package.json (#204) (Bryan Mishkin) + ### 7.0.0-rc.0 * Breaking: Remove `fixToNotOk` and `checkBooleanAssertions` rule options (#197) (Bryan Mishkin) * Breaking: Add `no-assert-equal` to `recommended` config (#194) (Bryan Mishkin) diff --git a/package-lock.json b/package-lock.json index 83e4a9f6..c3d6a812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-qunit", - "version": "7.0.0-rc.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-qunit", - "version": "7.0.0-rc.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index d614abb9..04817bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qunit", - "version": "7.0.0-rc.0", + "version": "7.0.0", "description": "ESLint plugin containing rules useful for QUnit tests.", "main": "index.js", "scripts": {