Skip to content

Commit 699decb

Browse files
committed
Release 8.2.5
1 parent 3925e40 commit 699decb

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.5](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.2.4...v8.2.5) (2025-07-27)
4+
5+
6+
### Bug Fixes
7+
8+
* error in function contexts for `no-hooks-from-ancestor-modules` ([#615](https://github.com/platinumazure/eslint-plugin-qunit/issues/615)) ([3925e40](https://github.com/platinumazure/eslint-plugin-qunit/commit/3925e4015a145dfb40bed741cc54ebe52ebe4339))
9+
310
## [8.2.4](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.2.3...v8.2.4) (2025-07-15)
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.4",
3+
"version": "8.2.5",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"exports": {
66
".": "./dist/index.js",

0 commit comments

Comments
 (0)