diff --git a/.changeset/spotty-lizards-hope.md b/.changeset/spotty-lizards-hope.md deleted file mode 100644 index 38c72fa..0000000 --- a/.changeset/spotty-lizards-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-hashnode": patch ---- - -[fix] add extra fallback option for ogImage diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index ae7814c..736713d 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-hashnode +## 0.1.7 + +### Patch Changes + +- 6464de2: [fix] add extra fallback option for ogImage + ## 0.1.6 ### Patch Changes diff --git a/package/package.json b/package/package.json index 9e49668..537873c 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-hashnode", - "version": "0.1.6", + "version": "0.1.7", "description": "An Integration to bring your Hashnode Headless Blog content into Astro!", "author": { "email": "adam@matthiesen.xyz",