Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down