Skip to content

Commit c71a859

Browse files
committed
Bump version to 0.27.0
1 parent 5c7704a commit c71a859

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc",
33
"description": "Create api documentation for TypeScript projects.",
4-
"version": "0.27.0-beta.2",
4+
"version": "0.27.0",
55
"homepage": "https://typedoc.org",
66
"type": "module",
77
"exports": {

scripts/build_site.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ if [[ -n "$CI" || ! -d example/docs ]]; then
1818
cd ..
1919
fi
2020

21+
# Checkout the changelog as of the last release
22+
git checkout $(git describe --tags --abbrev=0) -- CHANGELOG.md
23+
2124
# Build the actual site, references the API docs
2225
node bin/typedoc --options site/typedoc.config.jsonc
2326

0 commit comments

Comments
 (0)