From c52c1555ad4ce9b2f85373abff2126f63fbd1c53 Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Fri, 5 Mar 2021 15:31:29 +0100 Subject: [PATCH] 8.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e95f9b..289fe3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 8.1.0 (March 5, 2021) + +### Bug Fixes + +* Fix prefer-arrow-callback to not fail when using import.meta ([#266](https://github.com/lo1tuma/eslint-plugin-mocha/pull/266)) + +### Enhancements + +* Speed up no-exclusive-tests and no-pending-tests ([#276](https://github.com/lo1tuma/eslint-plugin-mocha/pull/276)) +* set env.mocha on recommended config ([#273](https://github.com/lo1tuma/eslint-plugin-mocha/pull/273)) +* Add benchmarks for runtime with many files ([#269](https://github.com/lo1tuma/eslint-plugin-mocha/pull/269)) + +### Documentation + +* Remove stray linebreak at top of file ([#272](https://github.com/lo1tuma/eslint-plugin-mocha/pull/272)) +* Add recommended tick to `no-exports` ([#271](https://github.com/lo1tuma/eslint-plugin-mocha/pull/271)) + +### Build-Related + +* Improve benchmark test reliability ([#277](https://github.com/lo1tuma/eslint-plugin-mocha/pull/277)) + ## 8.0.0 (August 6, 2020) ### Breaking Changes diff --git a/package-lock.json b/package-lock.json index fb43820..7f3d105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "8.0.0", + "version": "8.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63d2a63..89230c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "8.0.0", + "version": "8.1.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=10.0.0"