diff --git a/lib/compiler/CHANGELOG.md b/lib/compiler/CHANGELOG.md index 0fa514f54..8e45fc6cc 100644 --- a/lib/compiler/CHANGELOG.md +++ b/lib/compiler/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/compiler +## 0.2.6 + +### Patch Changes + +- fix small issue with `preprocessStyle` handling of `null` or `undefined` + ## 0.2.5 ### Patch Changes diff --git a/lib/compiler/deno/astro.wasm b/lib/compiler/deno/astro.wasm index b56968255..52a4c6979 100755 Binary files a/lib/compiler/deno/astro.wasm and b/lib/compiler/deno/astro.wasm differ diff --git a/lib/compiler/package.json b/lib/compiler/package.json index a1efa40f1..6dfba9695 100644 --- a/lib/compiler/package.json +++ b/lib/compiler/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/compiler", "type": "module", - "version": "0.2.5", + "version": "0.2.6", "scripts": { "build": "tsc -p ." },