diff --git a/.changeset/spotty-donkeys-hear.md b/.changeset/spotty-donkeys-hear.md deleted file mode 100644 index 87a3da3..0000000 --- a/.changeset/spotty-donkeys-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -[Internal] Fix Logger and response types diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index b98bb61..8fa396f 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-gists +## 0.2.10 + +### Patch Changes + +- bcc60cb: [Internal] Fix Logger and response types + ## 0.2.9 ### Patch Changes diff --git a/package/package.json b/package/package.json index 5342c1b..98dff2a 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.9", + "version": "0.2.10", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",