diff --git a/.changeset/curvy-timers-poke.md b/.changeset/curvy-timers-poke.md deleted file mode 100644 index e84d126..0000000 --- a/.changeset/curvy-timers-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -patch for css diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index e6fe74c..ac22a0d 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-gists +## 0.2.6 + +### Patch Changes + +- 18e132f: patch for css + ## 0.2.5 ### Patch Changes diff --git a/package/package.json b/package/package.json index 2d9e048..5f4b7ca 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.5", + "version": "0.2.6", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",