diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4b1d8..70e5fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 10.5.0 (July 29, 2024) + +### Enhancements + +* Add name to flat configs ([#356](https://github.com/lo1tuma/eslint-plugin-mocha/pull/356)) + ## 10.4.3 (April 19, 2024) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ffefea0..c36db5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-mocha", - "version": "10.4.3", + "version": "10.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-mocha", - "version": "10.4.3", + "version": "10.5.0", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 60160fd..28b5c13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.4.3", + "version": "10.5.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=14.0.0"