Skip to content

Commit 879a1ac

Browse files
committed
7.3.2
1 parent f9840e7 commit 879a1ac

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 7.3.2
2+
* docs: add eslint-doc-generator (#243) (Bryan Mishkin)
3+
* Fix: Handle arrow function test with `except-simple` configuration of the `require-expect` rule (#239) (Bryan Mishkin)
4+
15
### 7.3.1
26
* Upgrade: Outdated devDependencies (Kevin Partington)
37
* Build: Add caching to ESLint (#225) (Darius Dzien)

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": "7.3.1",
3+
"version": "7.3.2",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)