diff --git a/.changeset/forty-ways-share.md b/.changeset/forty-ways-share.md deleted file mode 100644 index e88605d..0000000 --- a/.changeset/forty-ways-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -Readds a basic version of the theme system for now diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index e4a0088..d1e4a14 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-gists +## 0.2.4 + +### Patch Changes + +- a6696ed: Readds a basic version of the theme system for now + ## 0.2.3 ### Patch Changes diff --git a/package/package.json b/package/package.json index d3c1655..eb73aab 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.3", + "version": "0.2.4", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",