diff --git a/.changeset/rude-socks-cheer.md b/.changeset/rude-socks-cheer.md deleted file mode 100644 index 55bf06c..0000000 --- a/.changeset/rude-socks-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-remote": patch ---- - -Updates the README to include a link to NPM diff --git a/packages/astro-remote/CHANGELOG.md b/packages/astro-remote/CHANGELOG.md index 26d861e..cbce8fe 100644 --- a/packages/astro-remote/CHANGELOG.md +++ b/packages/astro-remote/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-remote +## 0.3.1 + +### Patch Changes + +- 643ea6f: Updates the README to include a link to NPM + ## 0.3.0 ### Minor Changes diff --git a/packages/astro-remote/package.json b/packages/astro-remote/package.json index 6d8d54a..6162a74 100644 --- a/packages/astro-remote/package.json +++ b/packages/astro-remote/package.json @@ -2,7 +2,7 @@ "name": "astro-remote", "description": "Render remote HTML or Markdown content in Astro with full control over the output.", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "repository": { "type": "git", "url": "https://github.com/natemoo-re/astro-remote"