Skip to content

Commit

Permalink
7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jun 11, 2022
1 parent 62ef557 commit a785e87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 7.3.0
* Docs: Update contributors list (Kevin Partington)
* Upgrade: devDependencies (Kevin Partington)
* Fix: no-compare-relation-boolean crash when passing <2 args (#234) (Derek Wickern)
* Build: Add Node 18 to CI (#232) (Darius Dzien)
* Fix: Allow for third parameter in no-hooks-from-ancestor-modules (#231) (Timo Tijhof)
* Upgrade: Bump node-fetch from 2.6.1 to 2.6.7 (#229) (dependabot[bot])
* Upgrade: Bump async from 3.2.0 to 3.2.3 (#228) (dependabot[bot])
* Upgrade: Bump minimist from 1.2.5 to 1.2.6 (#227) (dependabot[bot])
* Upgrade: Bump shelljs from 0.8.4 to 0.8.5 (#224) (dependabot[bot])
* Docs: fix markdown links (#223) (Bryan Mishkin)

### 7.2.0
* Upgrade: devDependencies (Kevin Partington)
* Update: isQunitMethod utils function detects test.only/test.skip (#221) (Baptiste Doucerain)
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.2.0",
"version": "7.3.0",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a785e87

Please sign in to comment.