diff --git a/CHANGELOG.md b/CHANGELOG.md index 4753fee8..5cf7adb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.0.0](https://github.com/bmish/eslint-doc-generator/compare/v2.4.0...v3.0.0) (2026-01-01) + + +### ⚠ BREAKING CHANGES + +* update default rule doc title and notices to separate rule name and description ([#835](https://github.com/bmish/eslint-doc-generator/issues/835)) +* Add default emoji for `base` config +* Remove implicit config badge fallback +* Require Node 20, 22, 24+ + +### Features + +* Add default emoji for `base` config ([c3f1fb9](https://github.com/bmish/eslint-doc-generator/commit/c3f1fb9e93c65504a01124275811ccd3c377f75d)) +* Remove implicit config badge fallback ([654667c](https://github.com/bmish/eslint-doc-generator/commit/654667c15f1b20094c750949d7a715b863257092)) +* Require Node 20, 22, 24+ ([af5ab75](https://github.com/bmish/eslint-doc-generator/commit/af5ab75008e08d5ae9f338169c7a28cedb4b446f)) +* update default rule doc title and notices to separate rule name and description ([#835](https://github.com/bmish/eslint-doc-generator/issues/835)) ([3d4b160](https://github.com/bmish/eslint-doc-generator/commit/3d4b160a088a50dd70dd37a2512be9767a4e256b)) +* update dependencies ([#834](https://github.com/bmish/eslint-doc-generator/issues/834)) ([828d6cf](https://github.com/bmish/eslint-doc-generator/commit/828d6cf5f0606624dc3ae6b70c63b4be165be056)) + ## [2.4.0](https://github.com/bmish/eslint-doc-generator/compare/v2.3.0...v2.4.0) (2025-12-05) diff --git a/package-lock.json b/package-lock.json index 7b5b2d15..4cbda2c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-doc-generator", - "version": "2.4.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-doc-generator", - "version": "2.4.0", + "version": "3.0.0", "license": "ISC", "dependencies": { "@typescript-eslint/utils": "^8.51.0", diff --git a/package.json b/package.json index 44db48aa..e9b0bb51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-doc-generator", - "version": "2.4.0", + "version": "3.0.0", "description": "Automatic documentation generator for ESLint plugins and rules.", "keywords": [ "doc",