From 5abf236757847b1752dacadb30a17a7c1d11de1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 Mar 2024 08:48:38 +0000 Subject: [PATCH] chore: update versions --- .changeset/moody-kiwis-obey.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/moody-kiwis-obey.md 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",