diff --git a/.changeset/funny-sheep-care.md b/.changeset/funny-sheep-care.md deleted file mode 100644 index 96891708..00000000 --- a/.changeset/funny-sheep-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/starlight-ghostcms": patch ---- - -add rss feeds, also adds a link in the socials based on the astro `site` config option diff --git a/packages/starlight-ghostcms/CHANGELOG.md b/packages/starlight-ghostcms/CHANGELOG.md index f244a8a2..9da350a5 100644 --- a/packages/starlight-ghostcms/CHANGELOG.md +++ b/packages/starlight-ghostcms/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/starlight-ghostcms +## 0.0.6 + +### Patch Changes + +- 40d6454: add rss feeds, also adds a link in the socials based on the astro `site` config option + ## 0.0.5 ### Patch Changes diff --git a/packages/starlight-ghostcms/package.json b/packages/starlight-ghostcms/package.json index 81bad2eb..deb081fd 100644 --- a/packages/starlight-ghostcms/package.json +++ b/packages/starlight-ghostcms/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/starlight-ghostcms", "description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website", - "version": "0.0.5", + "version": "0.0.6", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT",