diff --git a/.changeset/clean-dates-smile.md b/.changeset/clean-dates-smile.md deleted file mode 100644 index 1464721..0000000 --- a/.changeset/clean-dates-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'starlight-changelogs': minor ---- - -Extracts release dates from version headings when using the Keep a Changelog provider. diff --git a/.changeset/lazy-laws-crash.md b/.changeset/lazy-laws-crash.md deleted file mode 100644 index 032d589..0000000 --- a/.changeset/lazy-laws-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'starlight-changelogs': minor ---- - -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. diff --git a/packages/starlight-changelogs/CHANGELOG.md b/packages/starlight-changelogs/CHANGELOG.md index f004340..64ced7d 100644 --- a/packages/starlight-changelogs/CHANGELOG.md +++ b/packages/starlight-changelogs/CHANGELOG.md @@ -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 diff --git a/packages/starlight-changelogs/package.json b/packages/starlight-changelogs/package.json index 857f0b1..32a1f65 100644 --- a/packages/starlight-changelogs/package.json +++ b/packages/starlight-changelogs/package.json @@ -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 (https://hideoo.dev)",