Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed May 17, 2021
1 parent 16ff30a commit 7fefc99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### 6.1.1
* Upgrade: devDependencies (Kevin Partington)
* Fix: fix global equal() check in no-assert-equal rule (#183) (Bryan Mishkin)
* Chore: add eslint-plugin-mocha (#184) (Bryan Mishkin)

### 6.1.0
* Update: add checkBooleanAssertions option to no-ok-equality rule (#173) (Bryan Mishkin)
* Chore: Add eslint-plugin-unicorn (#180) (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
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-qunit",
"version": "6.1.0",
"version": "6.1.1",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7fefc99

Please sign in to comment.