Skip to content

Commit

Permalink
7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 4, 2022
1 parent f9840e7 commit 879a1ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 7.3.2
* docs: add eslint-doc-generator (#243) (Bryan Mishkin)
* Fix: Handle arrow function test with `except-simple` configuration of the `require-expect` rule (#239) (Bryan Mishkin)

### 7.3.1
* Upgrade: Outdated devDependencies (Kevin Partington)
* Build: Add caching to ESLint (#225) (Darius Dzien)
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": "7.3.1",
"version": "7.3.2",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 879a1ac

Please sign in to comment.