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"