From fc88639de96a7b0f20d82ad236f0e7df20e179ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:30:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[ci]:=20Ready=20for=20Release=20?= =?UTF-8?q?(#54)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/spotty-donkeys-hear.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spotty-donkeys-hear.md 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",