diff --git a/.changeset/gorgeous-hats-rescue.md b/.changeset/gorgeous-hats-rescue.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/gorgeous-hats-rescue.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/hot-mangos-invite.md b/.changeset/hot-mangos-invite.md deleted file mode 100644 index 815ff9b..0000000 --- a/.changeset/hot-mangos-invite.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -Update: -- Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15) - -Bump dependencies: - -- astro-integration-kit from to -- vite from to -- astro from to diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 019142c..ee625dc 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,19 @@ # @matthiesenxyz/astro-gists +## 0.1.2 + +### Patch Changes + +- fae83c2: Update: + + - Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15) + + Bump dependencies: + + - astro-integration-kit from to + - vite from to + - astro from to + ## 0.1.1 ### Patch Changes diff --git a/package/package.json b/package/package.json index d75fb7d..6130117 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.1.1", + "version": "0.1.2", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",