From 4ce8e5c83ac839853d7d0bebb7e075d00e06d7c9 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:45:10 +0900 Subject: [PATCH 1/3] v8.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From fcc377268fa056817b819ebe21f655a79d9a9c90 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:52:17 +0900 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) From 9c207785b4e7a50236bff9bacf45562f08a06ad5 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:52:52 +0900 Subject: [PATCH 3/3] update version in lockfile --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",