We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5fbe1 commit e300ff6Copy full SHA for e300ff6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 3.1.0 (2024-11-24)
2
+
3
+- Support TypeDoc 0.27
4
5
### 3.0.2 (2024-10-15)
6
7
- Do not include the file extension in derived module names.
package.json
@@ -9,10 +9,10 @@
9
"devDependencies": {
10
"@types/node": "18",
11
"outdent": "^0.8.0",
12
- "prettier": "3.3.2",
13
- "typedoc": "^0.26.0",
14
- "typescript": "^5.5.2",
15
- "vitest": "^1.6.0"
+ "prettier": "3.3.3",
+ "typedoc": "^0.27.0-beta.1",
+ "typescript": "^5.7.2",
+ "vitest": "^2.1.5"
16
},
17
"repository": {
18
"type": "git",
@@ -25,7 +25,7 @@
25
"typedoc-plugin"
26
],
27
"peerDependencies": {
28
- "typedoc": "0.26.x"
+ "typedoc": "0.26.x || 0.27.x"
29
30
"scripts": {
31
"test": "vitest run test/packages.test.ts",
0 commit comments