diff --git a/.changeset/violet-bugs-vanish.md b/.changeset/violet-bugs-vanish.md deleted file mode 100644 index 047c5a4a..00000000 --- a/.changeset/violet-bugs-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-integration-kit": patch ---- - -Prevents virtual imports name from starting with "astro:" (reserved for Astro core) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 2e92b1c7..2f63c852 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-integration-kit +## 0.1.2 + +### Patch Changes + +- 79200b4: Prevents virtual imports name from starting with "astro:" (reserved for Astro core) + ## 0.1.1 ### Patch Changes diff --git a/package/package.json b/package/package.json index 9b3f3d4c..8df0faac 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "astro-integration-kit", - "version": "0.1.1", + "version": "0.1.2", "description": "A package that contains utilities to help you build Astro integrations.", "author": { "email": "contact@florian-lefebvre.dev",