This commit is contained in:
Jeff Williams 2025-10-07 19:57:35 -07:00
parent cbea149ae8
commit 61b22358fa
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
This file describes notable changes in each version of JSDoc, starting with version 3.0.0.
## 4.0.5 (October 2025)
Fixes a performance issue when generating documentation for medium-to-large APIs.
## 4.0.4 (October 2024)
Fixes a compatibility issue with Node.js 23.

View File

@ -1,7 +1,7 @@
{
"name": "jsdoc",
"version": "4.0.4",
"revision": "1729364734219",
"version": "4.0.5",
"revision": "1759892212631",
"description": "An API documentation generator for JavaScript.",
"keywords": [
"documentation",