diff --git a/packages/astro-ghostcms-rendercontent/README.md b/packages/astro-ghostcms-rendercontent/README.md index 9b5af953..99471d59 100644 --- a/packages/astro-ghostcms-rendercontent/README.md +++ b/packages/astro-ghostcms-rendercontent/README.md @@ -13,7 +13,7 @@ The most basic function of `astro-ghostcms-rendercontent` is to convert a string import { GhostRender } from "@matthiesenxyz/astro-ghostcms-rendercontent"; --- - + ``` ### Customization diff --git a/packages/astro-ghostcms-rendercontent/package.json b/packages/astro-ghostcms-rendercontent/package.json index 6320174a..efed7866 100644 --- a/packages/astro-ghostcms-rendercontent/package.json +++ b/packages/astro-ghostcms-rendercontent/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms-rendercontent", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"