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",