Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Nov 15, 2021
1 parent 5da4256 commit 29855e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 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)
* Build: Move wrap/unwrap helpers to testUtils (#216) (Ed S)
* Fix: Check for arrow functions in utils.getAssertContextNameForTest (#214) (Ed S)
* Docs: ensure rule docs mention all rule options (#212) (Bryan Mishkin)

### 7.0.0
* Chore: Add npm upgrade step to CI workflow (Kevin Partington)
* Upgrade: Most devDependencies (Kevin Partington)
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.0.0",
"version": "7.1.0",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 29855e4

Please sign in to comment.