Skip to content

Commit 0cdc5a8

Browse files
committed
Bump version to 0.22.11
1 parent 08c0321 commit 0cdc5a8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
- Symbol names passed to `addUnknownSymbolResolver` will now be correctly given the qualified name to the symbol being referenced, #1832.
1414
- The search index will now be written as JSON, reducing load times for large projects, #1825.
1515

16+
### Thanks!
17+
18+
- @adeniszczyc
19+
- @dragomirtitian
20+
- @matteobruni
21+
- @srmagura
22+
- @stefanobaghino-da
23+
1624
## v0.22.10 (2021-11-25)
1725

1826
### Features

package-lock.json

Lines changed: 2 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: 1 addition & 1 deletion
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.22.10",
4+
"version": "0.22.11",
55
"homepage": "https://typedoc.org",
66
"main": "./dist/index.js",
77
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)