diff --git a/.changeset/silly-olives-joke.md b/.changeset/silly-olives-joke.md deleted file mode 100644 index 946efbb..0000000 --- a/.changeset/silly-olives-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-theme-provider": patch ---- - -Migrate away from the AIK utility `addDts` to the native utility `injectTypes` diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index e3bc468..414398d 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-theme-provider +## 0.7.1 + +### Patch Changes + +- df50737: Migrate away from the AIK utility `addDts` to the native utility `injectTypes` + ## 0.7.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index 758fdad..6baf996 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "astro-theme-provider", - "version": "0.7.0", + "version": "0.7.1", "description": "Easily create theme integrations for Astro", "keywords": [ "astro",