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",