Skip to content

Commit a785e87

Browse files
committed
7.3.0
1 parent 62ef557 commit a785e87

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 7.3.0
2+
* Docs: Update contributors list (Kevin Partington)
3+
* Upgrade: devDependencies (Kevin Partington)
4+
* Fix: no-compare-relation-boolean crash when passing <2 args (#234) (Derek Wickern)
5+
* Build: Add Node 18 to CI (#232) (Darius Dzien)
6+
* Fix: Allow for third parameter in no-hooks-from-ancestor-modules (#231) (Timo Tijhof)
7+
* Upgrade: Bump node-fetch from 2.6.1 to 2.6.7 (#229) (dependabot[bot])
8+
* Upgrade: Bump async from 3.2.0 to 3.2.3 (#228) (dependabot[bot])
9+
* Upgrade: Bump minimist from 1.2.5 to 1.2.6 (#227) (dependabot[bot])
10+
* Upgrade: Bump shelljs from 0.8.4 to 0.8.5 (#224) (dependabot[bot])
11+
* Docs: fix markdown links (#223) (Bryan Mishkin)
12+
113
### 7.2.0
214
* Upgrade: devDependencies (Kevin Partington)
315
* Update: isQunitMethod utils function detects test.only/test.skip (#221) (Baptiste Doucerain)

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

0 commit comments

Comments
 (0)