From 1747811d33a55c39bb043d432bc0d6ed2f045b35 Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Mon, 13 Dec 2021 19:34:00 +0100 Subject: [PATCH] 10.0.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ee6f6..66cd698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 10.0.2 (December 13, 2021) + +### Bug Fixes + +* Fix no-empty-description rule to not report on dynamic values ([#315](https://github.com/lo1tuma/eslint-plugin-mocha/pull/315)) + +### Code Refactoring + +* chore: switch yarn command to npm ([#309](https://github.com/lo1tuma/eslint-plugin-mocha/pull/309)) + ## 10.0.1 (December 8, 2021) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index fbd871f..2569d4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a164058..23c59f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.0.1", + "version": "10.0.2", "description": "Eslint rules for mocha.", "engines": { "node": ">=14.0.0"