diff --git a/CHANGELOG.md b/CHANGELOG.md index 94bbed7..c3c4951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [8.1.1](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.1.0...v8.1.1) (2024-02-12) + + +### Bug Fixes + +* remove disallowed description property from config ([#476](https://github.com/platinumazure/eslint-plugin-qunit/issues/476)) ([28804af](https://github.com/platinumazure/eslint-plugin-qunit/commit/28804afd3a6285feb15fe3d441723a7764c2088c)) + ## [8.1.0](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.0.1...v8.1.0) (2024-02-11) diff --git a/package-lock.json b/package-lock.json index 0cd5d82..a4a1b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-qunit", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-qunit", - "version": "8.1.0", + "version": "8.1.1", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 4573a85..caddc00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qunit", - "version": "8.1.0", + "version": "8.1.1", "description": "ESLint plugin containing rules useful for QUnit tests.", "exports": { ".": "./index.js",