Skip to content

Commit fda23d2

Browse files
authored
v8.1.2 (#533)
* v8.1.2 * update changelog * update version in lockfile
1 parent 02b4c8e commit fda23d2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## [8.1.2](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.1.1...v8.1.2) (2024-08-22)
12

23

4+
### Bug Fixes
5+
6+
* eslint v9 compatibility issues ([#532](https://github.com/platinumazure/eslint-plugin-qunit/issues/532)) ([02b4c8e](https://github.com/platinumazure/eslint-plugin-qunit/commit/02b4c8eac55e04bbb947415e88e61cce124621c9))
7+
38
## [8.1.1](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.1.0...v8.1.1) (2024-02-12)
49

510

@@ -545,4 +550,4 @@
545550
* Adding eslint config files. (Kevin Partington)
546551
* Added .gitignore file. (Kevin Partington)
547552
* Adding package.json. (Kevin Partington)
548-
* Initial commit (Kevin Partington)
553+
* Initial commit (Kevin Partington)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-qunit",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"exports": {
66
".": "./index.js",

0 commit comments

Comments
 (0)