Skip to content

Commit 932fd78

Browse files
ci: release
1 parent 87a240e commit 932fd78

6 files changed

Lines changed: 15 additions & 21 deletions

File tree

.changeset/apt-hounds-battle.md

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

.changeset/bold-ads-occur.md

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

.changeset/marine-lines-post.md

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

.changeset/polite-bees-wave.md

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

packages/starlight-blog/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# starlight-blog
22

3+
## 0.28.0
4+
5+
### Minor Changes
6+
7+
- [#217](https://github.com/HiDeoo/starlight-blog/pull/217) [`8ac4113`](https://github.com/HiDeoo/starlight-blog/commit/8ac41132ce7df37d3e396b663527ac0e0376656d) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for multiple blog instances, for example to create both a regular blog and a dedicated news section.
8+
9+
- [#213](https://github.com/HiDeoo/starlight-blog/pull/213) [`d3efb3f`](https://github.com/HiDeoo/starlight-blog/commit/d3efb3f526129890608192d12f2dd787f7e9e1c2) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds [structured data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data) to blog pages.
10+
11+
- [#216](https://github.com/HiDeoo/starlight-blog/pull/216) [`baa2c66`](https://github.com/HiDeoo/starlight-blog/commit/baa2c66a19a04a0d6cd25cc1497de2160a72a32a) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for the [RFC 5005](https://datatracker.ietf.org/doc/html/rfc5005) to the RSS feed which now exposes monthly archive links to allow compatible feed readers to discover older blog posts.
12+
13+
### Patch Changes
14+
15+
- [#215](https://github.com/HiDeoo/starlight-blog/pull/215) [`ccbe187`](https://github.com/HiDeoo/starlight-blog/commit/ccbe187920bef939877f3eb5c247fc82a9bab389) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Uses blog post [descriptions](https://starlight.astro.build/reference/frontmatter/#description) as fallback RSS item descriptions when no excerpt is specified.
16+
317
## 0.27.0
418

519
### Minor Changes

packages/starlight-blog/package.json

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

0 commit comments

Comments
 (0)