Skip to content

Commit 5933168

Browse files
committed
chore: Bump version to 0.17
1 parent 2996534 commit 5933168

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.16.11",
4+
"version": "0.17.0",
55
"homepage": "https://typedoc.org",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
@@ -28,8 +28,7 @@
2828
"minimatch": "^3.0.0",
2929
"progress": "^2.0.3",
3030
"shelljs": "^0.8.3",
31-
"typedoc-default-themes": "^0.8.0",
32-
"typescript": "^3.8.3"
31+
"typedoc-default-themes": "^0.8.0"
3332
},
3433
"peerDependencies": {
3534
"typescript": ">=3.8.3"
@@ -46,7 +45,8 @@
4645
"mocha": "^7.0.0",
4746
"mockery": "^2.1.0",
4847
"nyc": "15.0.0",
49-
"tslint": "^5.20.1"
48+
"tslint": "^5.20.1",
49+
"typescript": "^3.8.3"
5050
},
5151
"files": [
5252
"bin",

0 commit comments

Comments
 (0)