Skip to content

Commit

Permalink
7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Dec 16, 2021
1 parent 21916c4 commit f6d96fa
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.2.0
* Upgrade: devDependencies (Kevin Partington)
* Update: isQunitMethod utils function detects test.only/test.skip (#221) (Baptiste Doucerain)

### 7.1.0
* Chore: Add jsdoc `type` annotation to rules (#219) (Bryan Mishkin)
* Update: handle adding TypeScript type to `this` parameter in `test` hook in many rules (#217) (Bryan Mishkin)
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.1.0",
"version": "7.2.0",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f6d96fa

Please sign in to comment.