From 51060f8a277bcc3ad87b42bb40f442014cfaea4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:17:17 -0700 Subject: [PATCH] chore: update versions (#8) Co-authored-by: github-actions[bot] --- .changeset/lucky-ligers-confess.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lucky-ligers-confess.md 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",