diff --git a/.changeset/lucky-ligers-confess.md b/.changeset/lucky-ligers-confess.md deleted file mode 100644 index 1dd882c..0000000 --- a/.changeset/lucky-ligers-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-hashnode": patch ---- - -adds exports for HashnodeAPI, as well as components so users can import the pre-built components for their own layout diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index b3c147d..d05589a 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-hashnode +## 0.1.1 + +### Patch Changes + +- d86777f: adds exports for HashnodeAPI, as well as components so users can import the pre-built components for their own layout + ## 0.1.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index 2a512e1..64bde34 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-hashnode", - "version": "0.1.0", + "version": "0.1.1", "description": "An Integration to bring your Hashnode Headless Blog content into Astro!", "author": { "email": "adam@matthiesen.xyz",