diff --git a/CHANGELOG.md b/CHANGELOG.md index d397878..32d11b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 10.2.0 (September 25, 2023) + +### Features + +* Support function calls as custom names (to stop false warnings) ([#336](https://github.com/lo1tuma/eslint-plugin-mocha/pull/336)) + +### Documentation + +* Automate docs with eslint-doc-generator ([#330](https://github.com/lo1tuma/eslint-plugin-mocha/pull/330)) + +### Dependency Upgrades + +* Update all dependencies ([#334](https://github.com/lo1tuma/eslint-plugin-mocha/pull/334)) + +### Build-Related + +* Include Node.js v20 in continuous integration pipeline ([#338](https://github.com/lo1tuma/eslint-plugin-mocha/pull/338)) +* Introduce "release-it" to make releases more comfortable ([#337](https://github.com/lo1tuma/eslint-plugin-mocha/pull/337)) + ## 10.1.0 (July 20, 2022) ### Enhancements diff --git a/package-lock.json b/package-lock.json index 5dde4d9..991ab0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-mocha", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-mocha", - "version": "10.1.0", + "version": "10.2.0", "license": "MIT", "dependencies": { "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index a6049e5..50d09f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mocha", - "version": "10.1.0", + "version": "10.2.0", "description": "Eslint rules for mocha.", "engines": { "node": ">=14.0.0"