Skip to content

Commit b1e2e83

Browse files
committed
Release 8.2.3
1 parent d3eefe8 commit b1e2e83

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

22

3+
## [8.2.3](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.2.2...v8.2.3) (2025-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* false positive in literal-compare-order rule ([#601](https://github.com/platinumazure/eslint-plugin-qunit/issues/601)) ([546aff8](https://github.com/platinumazure/eslint-plugin-qunit/commit/546aff8b9b7e9e6e5e012d7148f3e83cfa7004e4))
9+
10+
11+
### Chores
12+
13+
* ignore dist/ for nyc test coverage ([#602](https://github.com/platinumazure/eslint-plugin-qunit/issues/602)) ([d3eefe8](https://github.com/platinumazure/eslint-plugin-qunit/commit/d3eefe8ea2034e8f8d6ae481cbd4e3f96c6a5f50))
14+
315
## [8.2.2](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.2.1...v8.2.2) (2025-06-27)
416

517

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.2",
3+
"version": "8.2.3",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"exports": {
66
".": "./dist/index.js",

0 commit comments

Comments
 (0)