Skip to content

Commit

Permalink
Release v0.22.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Apr 7, 2022
1 parent a6cca1f commit 112028b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,9 +8,11 @@
- Comments on overloaded constructors will now be detected in the same way that overloaded functions/methods are.
- Fixed `removeReflection` not completely removing reflections from the project, #1898.
- Fixed `@hidden` / `@ignore` / `@exclude` comments on default exports with no associated variable, #1903.
- `makeRecursiveVisitor` will now correctly call the `intersection` callback, #1910.

### Thanks!

- @nlepage
- @ychan167

## v0.22.13 (2022-03-06)
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
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.22.13",
"version": "0.22.14",
"homepage": "https://typedoc.org",
"main": "./dist/index.js",
"exports": "./dist/index.js",
Expand Down

0 comments on commit 112028b

Please sign in to comment.