diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c4951..06a855c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ +## [8.1.2](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.1.1...v8.1.2) (2024-08-22) +### Bug Fixes + +* eslint v9 compatibility issues ([#532](https://github.com/platinumazure/eslint-plugin-qunit/issues/532)) ([02b4c8e](https://github.com/platinumazure/eslint-plugin-qunit/commit/02b4c8eac55e04bbb947415e88e61cce124621c9)) + ## [8.1.1](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.1.0...v8.1.1) (2024-02-12) @@ -545,4 +550,4 @@ * Adding eslint config files. (Kevin Partington) * Added .gitignore file. (Kevin Partington) * Adding package.json. (Kevin Partington) -* Initial commit (Kevin Partington) \ No newline at end of file +* Initial commit (Kevin Partington) diff --git a/package-lock.json b/package-lock.json index 6d56f86..cde4836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-qunit", - "version": "8.1.1", + "version": "8.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-qunit", - "version": "8.1.1", + "version": "8.1.2", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 71e9a43..185ab63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qunit", - "version": "8.1.1", + "version": "8.1.2", "description": "ESLint plugin containing rules useful for QUnit tests.", "exports": { ".": "./index.js",