diff --git a/.changeset/cyan-shirts-care.md b/.changeset/cyan-shirts-care.md deleted file mode 100644 index c95bd41e..00000000 --- a/.changeset/cyan-shirts-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/starlight-ghostcms": patch ---- - -fix bug, and resolved config issue that was now will allow users to pass the ghostURL within their `astro.config.mjs` diff --git a/packages/starlight-ghostcms/CHANGELOG.md b/packages/starlight-ghostcms/CHANGELOG.md index f95590fd..60ec4d81 100644 --- a/packages/starlight-ghostcms/CHANGELOG.md +++ b/packages/starlight-ghostcms/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/starlight-ghostcms +## 0.1.3 + +### Patch Changes + +- 205738c: fix bug, and resolved config issue that was now will allow users to pass the ghostURL within their `astro.config.mjs` + ## 0.1.2 ### Patch Changes diff --git a/packages/starlight-ghostcms/package.json b/packages/starlight-ghostcms/package.json index 2a5c3345..60bf4ad6 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.1.2", + "version": "0.1.3", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT",