Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Oct 17, 2021
1 parent 432744a commit 5f50d24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 7.0.0
* Chore: Add npm upgrade step to CI workflow (Kevin Partington)
* Upgrade: Most devDependencies (Kevin Partington)
* Upgrade: update eslint-plugin-eslint-plugin to v4 (#211) (Bryan Mishkin)
* Upgrade: eslint-plugin-unicorn to v37 (#210) (Bryan Mishkin)
* Update: support ESLint v8 (#209) (Bryan Mishkin)
* Chore: Add `eslint-plugin` keyword in package.json (#204) (Bryan Mishkin)

### 7.0.0-rc.0
* Breaking: Remove `fixToNotOk` and `checkBooleanAssertions` rule options (#197) (Bryan Mishkin)
* Breaking: Add `no-assert-equal` to `recommended` config (#194) (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.0.0-rc.0",
"version": "7.0.0",
"description": "ESLint plugin containing rules useful for QUnit tests.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5f50d24

Please sign in to comment.