diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c15fccb..2b7ebb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 6.1.1 +* Upgrade: devDependencies (Kevin Partington) +* Fix: fix global equal() check in no-assert-equal rule (#183) (Bryan Mishkin) +* Chore: add eslint-plugin-mocha (#184) (Bryan Mishkin) + ### 6.1.0 * Update: add checkBooleanAssertions option to no-ok-equality rule (#173) (Bryan Mishkin) * Chore: Add eslint-plugin-unicorn (#180) (Bryan Mishkin) diff --git a/package-lock.json b/package-lock.json index 613f1d37..781edf48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eslint-plugin-qunit", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 203534f2..2a530432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qunit", - "version": "6.1.0", + "version": "6.1.1", "description": "ESLint plugin containing rules useful for QUnit tests.", "main": "index.js", "scripts": {