Skip to content

Commit

Permalink
v8.1.2 (#533)
Browse files Browse the repository at this point in the history
* v8.1.2

* update changelog

* update version in lockfile
  • Loading branch information
bmish committed Aug 29, 2024
1 parent 02b4c8e commit fda23d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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

0 comments on commit fda23d2

Please sign in to comment.