diff --git a/CHANGELOG.md b/CHANGELOG.md index b968f82..eededd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.1.1 (September 11, 2019) + +### Bug Fixes + +* Fix no-setup-in-describe to allow Mocha suite config ([#209](https://github.com/lo1tuma/eslint-plugin-mocha/pull/209)) + ## 6.1.0 (August 22, 2019) ### Enhancements diff --git a/package.json b/package.json index a5c5d74..12964c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "6.1.0", + "version": "6.1.1", "description": "Eslint rules for mocha.", "engines": { "node": ">=8.0.0"