Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-dates-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-laws-crash.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/starlight-changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# starlight-changelogs

## 0.6.0

### Minor Changes

- [#41](https://github.com/HiDeoo/starlight-changelogs/pull/41) [`1b93b64`](https://github.com/HiDeoo/starlight-changelogs/commit/1b93b6416068d2d80c1435e6db45ee02dc06eb73) Thanks [@jonahsnider](https://github.com/jonahsnider)! - Extracts release dates from version headings when using the Keep a Changelog provider.

- [#42](https://github.com/HiDeoo/starlight-changelogs/pull/42) [`8c2b812`](https://github.com/HiDeoo/starlight-changelogs/commit/8c2b8122b381ac42026056ba04fb1b403f80dd61) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Prevents remote changelog fetch failures, e.g. during a provider outage, from interrupting local development by reusing any available cached changelog data. Production builds remain unchanged and will still fail if the changelog data cannot be fetched.

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-changelogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starlight-changelogs",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"description": "Starlight plugin to display changelogs alongside your project documentation.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
Expand Down
Loading