diff --git a/CHANGELOG.md b/CHANGELOG.md index a1728c7..b968f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 6.1.0 (August 22, 2019) + +### Enhancements + +* Add custom message for valid-suite-description ([#207](https://github.com/lo1tuma/eslint-plugin-mocha/pull/207)) +* Add custom message for valid-test-description rule ([#206](https://github.com/lo1tuma/eslint-plugin-mocha/pull/206)) + ## 6.0.0 (July 17, 2019) ### Breaking Changes diff --git a/package.json b/package.json index 0f878f0..a5c5d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "6.0.0", + "version": "6.1.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=8.0.0"