Skip to content

Commit

Permalink
Bump version to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Nov 27, 2024
1 parent 5c7704a commit c71a859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.27.0-beta.2",
"version": "0.27.0",
"homepage": "https://typedoc.org",
"type": "module",
"exports": {
Expand Down
3 changes: 3 additions & 0 deletions scripts/build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ if [[ -n "$CI" || ! -d example/docs ]]; then
cd ..
fi

# Checkout the changelog as of the last release
git checkout $(git describe --tags --abbrev=0) -- CHANGELOG.md

# Build the actual site, references the API docs
node bin/typedoc --options site/typedoc.config.jsonc

Expand Down

0 comments on commit c71a859

Please sign in to comment.