From b375a29495ca9fdc991531f25b5a00c23124bf85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:27:09 -0700 Subject: [PATCH] Chore: Ready for Release (#23) Co-authored-by: github-actions[bot] --- .changeset/breezy-swans-pull.md | 5 ----- .changeset/lazy-bobcats-leave.md | 5 ----- package/CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/breezy-swans-pull.md delete mode 100644 .changeset/lazy-bobcats-leave.md diff --git a/.changeset/breezy-swans-pull.md b/.changeset/breezy-swans-pull.md deleted file mode 100644 index 23d5010..0000000 --- a/.changeset/breezy-swans-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-hashnode": patch ---- - -Update README.md diff --git a/.changeset/lazy-bobcats-leave.md b/.changeset/lazy-bobcats-leave.md deleted file mode 100644 index c3ffc92..0000000 --- a/.changeset/lazy-bobcats-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-hashnode": patch ---- - -[Internal] better handling of the `hashnodeURL` input to verify that including `http` or `https` in the URL does not break the entire integration diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index f99e92f..ae7814c 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,12 @@ # @matthiesenxyz/astro-hashnode +## 0.1.6 + +### Patch Changes + +- cf327f2: Update README.md +- e54bfbb: [Internal] better handling of the `hashnodeURL` input to verify that including `http` or `https` in the URL does not break the entire integration + ## 0.1.5 ### Patch Changes diff --git a/package/package.json b/package/package.json index 695d097..9e49668 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-hashnode", - "version": "0.1.5", + "version": "0.1.6", "description": "An Integration to bring your Hashnode Headless Blog content into Astro!", "author": { "email": "adam@matthiesen.xyz",