diff --git a/.changeset/khaki-bobcats-worry.md b/.changeset/khaki-bobcats-worry.md deleted file mode 100644 index aed6194ce..000000000 --- a/.changeset/khaki-bobcats-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/compiler': patch ---- - -Fixes wasm build diff --git a/lib/compiler/CHANGELOG.md b/lib/compiler/CHANGELOG.md index 8e45fc6cc..e23b60c44 100644 --- a/lib/compiler/CHANGELOG.md +++ b/lib/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/compiler +## 0.2.8 + +### Patch Changes + +- b2d5564: Fixes wasm build + ## 0.2.6 ### Patch Changes diff --git a/lib/compiler/package.json b/lib/compiler/package.json index c083d7f54..b66ad81a8 100644 --- a/lib/compiler/package.json +++ b/lib/compiler/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/compiler", "type": "module", - "version": "0.2.7", + "version": "0.2.8", "scripts": { "build": "tsc -p ." },