Skip to content

Commit

Permalink
Release 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Feb 12, 2024
1 parent 28804af commit 85feadf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [8.1.1](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.1.0...v8.1.1) (2024-02-12)


### Bug Fixes

* remove disallowed description property from config ([#476](https://github.com/platinumazure/eslint-plugin-qunit/issues/476)) ([28804af](https://github.com/platinumazure/eslint-plugin-qunit/commit/28804afd3a6285feb15fe3d441723a7764c2088c))

## [8.1.0](https://github.com/platinumazure/eslint-plugin-qunit/compare/v8.0.1...v8.1.0) (2024-02-11)


Expand Down
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.0",
"version": "8.1.1",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"exports": {
".": "./index.js",
Expand Down

0 comments on commit 85feadf

Please sign in to comment.