diff --git a/.changeset/moody-kiwis-obey.md b/.changeset/moody-kiwis-obey.md deleted file mode 100644 index 3cb1ef2..0000000 --- a/.changeset/moody-kiwis-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -[internal] update AIK to latest version diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 9b5dfb6..cbdae3b 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-gists +## 0.2.12 + +### Patch Changes + +- 53ce8a0: [internal] update AIK to latest version + ## 0.2.11 ### Patch Changes diff --git a/package/package.json b/package/package.json index 74e107f..585ab54 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.11", + "version": "0.2.12", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",