Skip to content

Commit 24ccbf5

Browse files
committed
Release 8.2.4
1 parent 01157b1 commit 24ccbf5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [8.2.4](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.2.3...v8.2.4) (2025-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Flag assert.equal in module hooks in `no-assert-equal` rule ([#570](https://github.com/platinumazure/eslint-plugin-qunit/issues/570)) ([01157b1](https://github.com/platinumazure/eslint-plugin-qunit/commit/01157b1ab4a505f4e734e4a55862dd1390894a20))
9+
310
## [8.2.3](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.2.2...v8.2.3) (2025-07-09)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-qunit",
3-
"version": "8.2.3",
3+
"version": "8.2.4",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"exports": {
66
".": "./dist/index.js",

0 commit comments

Comments
 (0)