From c9a731aee8b97677ace39ee8d4f3b9c6f3739e33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 08:00:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[ci]:=20Ready=20for=20Release=20?= =?UTF-8?q?(#52)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/tall-rice-brush.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tall-rice-brush.md diff --git a/.changeset/tall-rice-brush.md b/.changeset/tall-rice-brush.md deleted file mode 100644 index 198263b..0000000 --- a/.changeset/tall-rice-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -adds better logging and a new Error handling system, Only user facing change is a verbose switch in config options diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 451d239..b98bb61 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-gists +## 0.2.9 + +### Patch Changes + +- bf9ae61: adds better logging and a new Error handling system, Only user facing change is a verbose switch in config options + ## 0.2.8 ### Patch Changes diff --git a/package/package.json b/package/package.json index 4590c97..69b6e07 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.8", + "version": "0.2.9", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",