Skip to content

Commit e300ff6

Browse files
committed
Support TypeDoc 0.27
1 parent 1d5fbe1 commit e300ff6

File tree

3 files changed

+967
-639
lines changed

3 files changed

+967
-639
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.1.0 (2024-11-24)
2+
3+
- Support TypeDoc 0.27
4+
15
### 3.0.2 (2024-10-15)
26

37
- Do not include the file extension in derived module names.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"devDependencies": {
1010
"@types/node": "18",
1111
"outdent": "^0.8.0",
12-
"prettier": "3.3.2",
13-
"typedoc": "^0.26.0",
14-
"typescript": "^5.5.2",
15-
"vitest": "^1.6.0"
12+
"prettier": "3.3.3",
13+
"typedoc": "^0.27.0-beta.1",
14+
"typescript": "^5.7.2",
15+
"vitest": "^2.1.5"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -25,7 +25,7 @@
2525
"typedoc-plugin"
2626
],
2727
"peerDependencies": {
28-
"typedoc": "0.26.x"
28+
"typedoc": "0.26.x || 0.27.x"
2929
},
3030
"scripts": {
3131
"test": "vitest run test/packages.test.ts",

0 commit comments

Comments
 (0)