Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8.1.2 #533

Merged
merged 3 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -545,4 +550,4 @@
* Adding eslint config files. (Kevin Partington)
* Added .gitignore file. (Kevin Partington)
* Adding package.json. (Kevin Partington)
* Initial commit (Kevin Partington)
* Initial commit (Kevin Partington)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down