From e3e51b31ae218e72b1616a35069966231c67a6b9 Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Fri, 16 Feb 2024 12:42:57 +0100 Subject: [PATCH] Release 10.3.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d11b7..a6f2e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 10.3.0 (February 16, 2024) + +### Features + +* Add `consistent-spacing-between-blocks` rule ([#340](https://github.com/lo1tuma/eslint-plugin-mocha/pull/340)) + +### Documentation + +* Add screendriver to contributors ([#339](https://github.com/lo1tuma/eslint-plugin-mocha/pull/339)) + ## 10.2.0 (September 25, 2023) ### Features diff --git a/package-lock.json b/package-lock.json index 991ab0e..4097023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-mocha", - "version": "10.2.0", + "version": "10.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-mocha", - "version": "10.2.0", + "version": "10.3.0", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index c8f25da..d00b691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.2.0", + "version": "10.3.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=14.0.0"