diff --git a/.changeset/puny-pets-refuse.md b/.changeset/puny-pets-refuse.md deleted file mode 100644 index 5cd6ac4..0000000 --- a/.changeset/puny-pets-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'starlight-typedoc': patch ---- - -Fixes a potential error when rendering link tags in comments that reference reflections without URLs. diff --git a/packages/starlight-typedoc/CHANGELOG.md b/packages/starlight-typedoc/CHANGELOG.md index 7a62dbb..ee390bc 100644 --- a/packages/starlight-typedoc/CHANGELOG.md +++ b/packages/starlight-typedoc/CHANGELOG.md @@ -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 diff --git a/packages/starlight-typedoc/package.json b/packages/starlight-typedoc/package.json index af92ac8..dbc3352 100644 --- a/packages/starlight-typedoc/package.json +++ b/packages/starlight-typedoc/package.json @@ -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 (https://hideoo.dev)",