ci: release (#95)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-27 12:17:49 +01:00
committed by GitHub
parent e848c07cff
commit e5409b79b6
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'starlight-typedoc': patch
---
Fixes a potential error when rendering link tags in comments that reference reflections without URLs.

View File

@@ -1,5 +1,11 @@
# starlight-typedoc
## 0.21.5
### Patch Changes
- [#94](https://github.com/HiDeoo/starlight-typedoc/pull/94) [`e848c07`](https://github.com/HiDeoo/starlight-typedoc/commit/e848c07cffc5f4530e99af314bdf1e848d7310a7) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a potential error when rendering link tags in comments that reference reflections without URLs.
## 0.21.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "starlight-typedoc",
"version": "0.21.4",
"version": "0.21.5",
"license": "MIT",
"description": "Starlight plugin to generate documentation from TypeScript using TypeDoc.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",