Skip to content

Commit 1f4ea8b

Browse files
ci: release (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1d888e commit 1f4ea8b

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/wet-squids-drum.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/starlight-changelogs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# starlight-changelogs
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#17](https://github.com/HiDeoo/starlight-changelogs/pull/17) [`c1d888e`](https://github.com/HiDeoo/starlight-changelogs/commit/c1d888eb882dbc3bca5b1c4337a1aa794facbac5) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Prevents the development server from crashing when failing to fetch remote data for a changelog.
8+
9+
Previously, if some remote changelog data could not be fetched (due to network issues for example), the development server would crash. This update ensures that such failures are handled more gracefully, allowing the server to continue running. In such cases, warning messages will be logged to inform that no changelog data is available and associated pages will not be generated. The production build process remains unaffected by this change.
10+
311
## 0.2.1
412

513
### Patch Changes

packages/starlight-changelogs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starlight-changelogs",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"license": "MIT",
55
"description": "Starlight plugin to display changelogs alongside your project documentation.",
66
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",

0 commit comments

Comments
 (0)