diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d4209..98af05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 10.4.2 (April 10, 2024) + +### Bug Fixes + +* Stop using deprecated ESLint context methods + ## 10.4.1 (March 8, 2024) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 6247688..ddeaa86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-mocha", - "version": "10.4.1", + "version": "10.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-mocha", - "version": "10.4.1", + "version": "10.4.2", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 6d7e79a..46e2c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.4.1", + "version": "10.4.2", "description": "Eslint rules for mocha.", "engines": { "node": ">=14.0.0"