Skip to content

Commit

Permalink
Bump version to 0.22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jan 18, 2022
1 parent 08c0321 commit 0cdc5a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
- Symbol names passed to `addUnknownSymbolResolver` will now be correctly given the qualified name to the symbol being referenced, #1832.
- The search index will now be written as JSON, reducing load times for large projects, #1825.

### Thanks!

- @adeniszczyc
- @dragomirtitian
- @matteobruni
- @srmagura
- @stefanobaghino-da

## v0.22.10 (2021-11-25)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.22.10",
"version": "0.22.11",
"homepage": "https://typedoc.org",
"main": "./dist/index.js",
"exports": "./dist/index.js",
Expand Down

0 comments on commit 0cdc5a8

Please sign in to comment.