diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efa5d2..5347203 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 4d44b46..a53b4dd 100644 --- a/package.json +++ b/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"