Skip to content

Commit

Permalink
Bump version to 0.23.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 19, 2023
1 parent 6a0bcfb commit c104f16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Unreleased

### Features

- Added support for TypeScript 5.0, #2201.
- `const` type parameters.
- JSDoc `@overload` tag.
- JSDoc `@satisfies` tag.

## v0.23.27 (2023-03-16)

### 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
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.23.27",
"version": "0.23.28",
"homepage": "https://typedoc.org",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit c104f16

Please sign in to comment.