Skip to content

Commit 61b2235

Browse files
committed
4.0.5
1 parent cbea149 commit 61b2235

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This file describes notable changes in each version of JSDoc, starting with version 3.0.0.
44

55

6+
## 4.0.5 (October 2025)
7+
8+
Fixes a performance issue when generating documentation for medium-to-large APIs.
9+
10+
611
## 4.0.4 (October 2024)
712

813
Fixes a compatibility issue with Node.js 23.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsdoc",
3-
"version": "4.0.4",
4-
"revision": "1729364734219",
3+
"version": "4.0.5",
4+
"revision": "1759892212631",
55
"description": "An API documentation generator for JavaScript.",
66
"keywords": [
77
"documentation",

0 commit comments

Comments
 (0)