From 96f4136af432d21a2bf4398eaaf26c4446249391 Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Wed, 20 Jul 2022 09:29:54 +0200 Subject: [PATCH] 10.1.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index add12c1..d397878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 10.1.0 (July 20, 2022) + +### Enhancements + +* Support this for additionalCustomNames ([#329](https://github.com/lo1tuma/eslint-plugin-mocha/pull/329)) + ## 10.0.5 (May 27, 2022) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index e104d34..7031098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.0.5", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5770346..142ec3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.0.5", + "version": "10.1.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=14.0.0"