Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Jul 17, 2019
1 parent 31819a2 commit 3102e7c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,27 @@
## 6.0.0 (July 17, 2019)

### Breaking Changes

* Revamped recommended ruleset ([#200](https://github.com/lo1tuma/eslint-plugin-mocha/pull/200))
* Drop nodejs 6 support ([#197](https://github.com/lo1tuma/eslint-plugin-mocha/pull/197))

### Bug Fixes

* Fix no-setup-in-describe to correctly detect describe calls ([#196](https://github.com/lo1tuma/eslint-plugin-mocha/pull/196))
* Fix no-setup-in-describe to work with arrow functions ([#195](https://github.com/lo1tuma/eslint-plugin-mocha/pull/195))

### Features

* Implement no-return-from-async rule ([#190](https://github.com/lo1tuma/eslint-plugin-mocha/pull/190))

### Dependency Upgrades

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

### Build-Related

* Add nodejs to travis build environments ([#198](https://github.com/lo1tuma/eslint-plugin-mocha/pull/198))

## 5.3.0 (February 13, 2019)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mocha",
"version": "5.3.0",
"version": "6.0.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 3102e7c

Please sign in to comment.