Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Oct 28, 2019
1 parent 177fa3f commit b9b5531
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## 6.2.1 (October 28, 2019)

### Bug Fixes

* Fix no-setup-in-describe to allow mocha config calls ([#215](https://github.com/lo1tuma/eslint-plugin-mocha/pull/215))
* Relax no-synchronous-tests to allow non literals from concise arrows ([#216](https://github.com/lo1tuma/eslint-plugin-mocha/pull/216))

### Documentation

* Minor documentation tweaks ([#217](https://github.com/lo1tuma/eslint-plugin-mocha/pull/217))

### Dependency Upgrades

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

## 6.2.0 (October 14, 2019)

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

0 comments on commit b9b5531

Please sign in to comment.