Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Aug 6, 2020
1 parent 904aaf7 commit 08f399a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,30 @@
## 8.0.0 (August 6, 2020)

### Breaking Changes

* Consistently use shared settings in all rules ([#262](https://github.com/lo1tuma/eslint-plugin-mocha/pull/262))
* remove autofix from no-skipped-tests rule fix ([#258](https://github.com/lo1tuma/eslint-plugin-mocha/pull/258))

### Features

* New rule no-exports ([#263](https://github.com/lo1tuma/eslint-plugin-mocha/pull/263))

### Enhancements

* New option `ignoreSkipped` for `handle-done-callback` rule ([#260](https://github.com/lo1tuma/eslint-plugin-mocha/pull/260))

### Documentation

* Add meta.docs.description to all rules ([#257](https://github.com/lo1tuma/eslint-plugin-mocha/pull/257))

### Dependency Upgrades

* Update dependencies ([#259](https://github.com/lo1tuma/eslint-plugin-mocha/pull/259))

### Code Refactoring

* Use includes instead of indexOf ([#261](https://github.com/lo1tuma/eslint-plugin-mocha/pull/261))

## 7.0.1 (May 30, 2020)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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-mocha",
"version": "7.0.1",
"version": "8.0.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 08f399a

Please sign in to comment.