Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #44 from trueberryless-org/changeset-release/main

[ci] release

authored by

trueberryless and committed by
GitHub
4bf99415 036471c0

+7 -6
-5
.changeset/fruity-ideas-slide.md
··· 1 - --- 2 - "blog": patch 3 - --- 4 - 5 - Fix: double blog content (custom MarkdownContent override problem)
+6
starlight/CHANGELOG.md
··· 1 1 # blog 2 2 3 + ## 0.1.2 4 + 5 + ### Patch Changes 6 + 7 + - [#43](https://github.com/trueberryless-org/blog/pull/43) [`e2fad33`](https://github.com/trueberryless-org/blog/commit/e2fad33432ea9a0758eb768ac72f88ea47a516b6) Thanks [@trueberryless](https://github.com/trueberryless)! - Fix: double blog content (custom MarkdownContent override problem) 8 + 3 9 ## 0.1.1 4 10 5 11 ### Patch Changes
+1 -1
starlight/package.json
··· 1 1 { 2 2 "name": "blog", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "type": "module", 5 5 "scripts": { 6 6 "astro": "astro",