From d095e93cfcd2031e8626d58a6e21013f3d05580b Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Wed, 13 May 2020 17:15:35 +0200 Subject: [PATCH] 7.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580baa3..e7a51da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 7.0.0 (May 13, 2020) + +### Breaking Changes + +* Drop support for ESLint < v7 and Node.js < v10 ([#247](https://github.com/lo1tuma/eslint-plugin-mocha/pull/247)) + +### Enhancements + +* Add `meta.type` and missing `fixable: 'code'` ([#245](https://github.com/lo1tuma/eslint-plugin-mocha/pull/245)) + +### Dependency Upgrades + +* Updates of devDependencies ([#246](https://github.com/lo1tuma/eslint-plugin-mocha/pull/246)) + ## 6.3.0 (February 19, 2020) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 672fadd..f532068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "6.3.0", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b7ef40..179971c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "6.3.0", + "version": "7.0.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=10.0.0"