diff --git a/.changeset/two-steaks-unite.md b/.changeset/two-steaks-unite.md deleted file mode 100644 index 97abb44..0000000 --- a/.changeset/two-steaks-unite.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": minor ---- - -Full Shiki theme support with options to have light/dark mode! Now creating our own expressive code engine from the core module instead of the expressive-code package - -## Breaking Changes: - -- User Config `theme` changed to `themes` will accept an array `['github-light','github-dark']` or a string `'github-dark'` \ No newline at end of file diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index a3bd287..7af3f11 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,15 @@ # @matthiesenxyz/astro-gists +## 0.3.0 + +### Minor Changes + +- 4993642: Full Shiki theme support with options to have light/dark mode! Now creating our own expressive code engine from the core module instead of the expressive-code package + + ## Breaking Changes: + + - User Config `theme` changed to `themes` will accept an array `['github-light','github-dark']` or a string `'github-dark'` + ## 0.2.15 ### Patch Changes diff --git a/package/package.json b/package/package.json index 882a41e..655e67b 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.15", + "version": "0.3.0", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",