Skip to content

Commit

Permalink
Bump version to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 26, 2022
1 parent b6d1bdd commit 95539fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Unreleased

### Bug Fixes

- If a declaration has multiple comments associated with it, the last one should be used, #1961.

# v0.23.0 (2022-06-26)

### Breaking Changes
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.0",
"version": "0.23.1",
"homepage": "https://typedoc.org",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 95539fe

Please sign in to comment.